Interface PeerDiscoveryEvents

interface PeerDiscoveryEvents {
    peer: CustomEvent<PeerInfo>;
}

Properties

Properties