Back to Content

RTCSctpTransport: transport property

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

latest541 B
Original Source

{{APIRef("WebRTC")}}

The transport read-only property of the {{DOMxRef("RTCSctpTransport")}} interface returns a {{DOMxRef("RTCDtlsTransport")}} object representing the {{Glossary("DTLS")}} transport used for the transmission and receipt of data packets.

Value

A {{DOMxRef("RTCDtlsTransport")}} object representing the {{Glossary("DTLS")}} transport used for the transmission and receipt of data packets.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{DOMxRef("RTCSctpTransport")}}