SignalingMessage

sealed class SignalingMessage

Represents the different messages which are supported by the signalling server.

The signalling server keeps track of the different clients which are connected for each session, and helps them exchange ICE candidates until a peer-to-peer connection is established. It also communicates new connections, and clients which dropped their connection.

Types

Link copied to clipboard
sealed class ClientToServer : SignalingMessage

A marker interface for messages sent from the browser to the server.

Link copied to clipboard
sealed class ServerToClient : SignalingMessage

A marker interface for messages sent from the server to the browser.

Inheritors

Link copied to clipboard
Link copied to clipboard