RTCSctpTransport: maxChannels property
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since May 2023.
The maxChannels read-only property of the RTCSctpTransport interface indicates the maximum number of RTCDataChannel objects that can be opened simultaneously.
Value
An integer value indicating the maximum number of RTCDataChannel objects that can be opened simultaneously, or null before the SCTP transport goes into the "connected" state.
Specifications
| Specification |
|---|
| WebRTC: Real-Time Communication in Browsers> # dom-rtcsctptransport-maxchannels> |