Peer Info
data class PeerInfo(val addr: String, val source: PeerSource, val state: PeerStateKind, val runtimeId: String?)
Information about a peer.
Properties
Link copied to clipboard
runtime id of the peer if active, otherwise null.
Link copied to clipboard
how was the peer discovered.
Link copied to clipboard
state of the peer connection.