Back to Content

RTCSctpTransport: maxChannels property

files/en-us/web/api/rtcsctptransport/maxchannels/index.md

latest542 B
Original Source

{{APIRef("WebRTC")}}

The maxChannels read-only property of the {{DOMxRef("RTCSctpTransport")}} interface indicates the maximum number of {{DOMxRef("RTCDataChannel")}} objects that can be opened simultaneously.

Value

An integer value indicating the maximum number of {{DOMxRef("RTCDataChannel")}} objects that can be opened simultaneously, or null before the SCTP transport goes into the "connected" state.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}