RTCSctpTransport

The RTCSctpTransport interface provides information which describes a Stream Control Transmission Protocol (SCTP) transport.

MDN Reference

Properties

Link copied to clipboard

The maxChannels read-only property of the RTCSctpTransport interface indicates the maximum number of RTCDataChannel objects that can be opened simultaneously.

Link copied to clipboard

The maxMessageSize read-only property of the RTCSctpTransport interface indicates the maximum size of a message that can be sent using the RTCDataChannel.send() method.

Link copied to clipboard

The state read-only property of the RTCSctpTransport interface provides information which describes a Stream Control Transmission Protocol (SCTP) transport state.

Link copied to clipboard

The transport read-only property of the RTCSctpTransport interface returns a RTCDtlsTransport object representing the DTLS transport used for the transmission and receipt of data packets.

Functions

Link copied to clipboard
Link copied to clipboard