WebRTC Messaging & Data

The RTCDataChannel for arbitrary peer-to-peer data, with reliable or fast delivery modes.

PEER A PEER B DATACHANNEL SCTP

Messaging covers the RTCDataChannel: sending text, JSON, and binary data peer-to-peer, and choosing between reliable ordered delivery and faster unordered modes. Start with the overview for the high-level picture.