SignalingMessage
Wire-format messages exchanged between two WebRTC peers via the SignalingChannel during connection bootstrap.
Once the data channel is open, no further SignalingMessages flow — application bytes ride the data channel directly.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
@SerialName(value = "ice")
Link copied to clipboard
Link copied to clipboard
Server-assigned role frame, sent once on attach before any offer/answer exchange. host is true for the first attacher (who runs the offerer path), false for the second (who runs the answerer path).