MessageTransport.sendWebrtcSignalingMessage()
DESCRIPTION
Send a message through the MessageTransport and the signaling channel to the other peer.
DECLARATION
func sendWebrtcSignalingMessage(_ message: WebrtcSignalingMessage) async throws
PARAMETERS
message:
- The message to send.