PeerLeft

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

Indicates that a peer has left the collaboration session. The client should stop collaboration with the provided peer.

Constructors

Link copied to clipboard
fun PeerLeft(peer: PeerIdentifier)

Properties

Link copied to clipboard
val peer: PeerIdentifier

the unique identifier of the peer.