PeerLeft
data class PeerLeft(val peer: PeerIdentifier) : SignalingMessage.ServerToClient
Content copied to clipboard
Indicates that a peer has left the collaboration session. The client should stop collaboration with the provided peer.
Indicates that a peer has left the collaboration session. The client should stop collaboration with the provided peer.