PeerJoined

data class PeerJoined(val peer: PeerIdentifier) : SignalingMessage.ServerToClient

Indicates that a peer has joined the collaboration session. The client should attempt to connect to this new peer.

Constructors

Link copied to clipboard
fun PeerJoined(peer: PeerIdentifier)

Properties

Link copied to clipboard
val peer: PeerIdentifier

the unique identifier of the peer.