web api instance property
RTCSctpTransport: maxChannels property
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
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.