toServerToClient
abstract fun toServerToClient(from: PeerIdentifier): SignalingMessage.ServerToClient
Content copied to clipboard
Transforms this ClientToServer message to a ServerToClient message, using the provided PeerIdentifier.
Return
the resulting ServerToClient.
Parameters
from
the originator PeerIdentifier.