PeerJoined
data class PeerJoined(val peer: PeerIdentifier) : SignalingMessage.ServerToClient
Content copied to clipboard
Indicates that a peer has joined the collaboration session. The client should attempt to connect to this new peer.
Indicates that a peer has joined the collaboration session. The client should attempt to connect to this new peer.