RTCSctpTransport: transport 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 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.

Value

A RTCDtlsTransport object representing the DTLS transport used for the transmission and receipt of data packets.

Specifications

Specification
WebRTC: Real-Time Communication in Browsers
# dom-rtcsctptransport-transport

Browser compatibility

BCD tables only load in the browser

See also