Forward
data class Forward(val to: PeerIdentifier, val message: ClientToClientMessage) : SignalingMessage.ClientToServer
Content copied to clipboard
Indicates that the server should relay this ICE candidate to the given peer.
Constructors
Functions
Link copied to clipboard
open override fun toServerToClient(from: PeerIdentifier): SignalingMessage.ServerToClient.GotMessage
Content copied to clipboard
Transforms this ClientToServer message to a ServerToClient message, using the provided PeerIdentifier.
Properties
Link copied to clipboard
Link copied to clipboard
The PeerIdentifier of the peer to which the message should be forwarded.