RTCSctpTransport: maxChannels property
Baseline 2023
Newly available
Since May 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
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 |
Browser compatibility
BCD tables only load in the browser