Back to Content

RTCDtlsTransport: iceTransport property

files/en-us/web/api/rtcdtlstransport/icetransport/index.md

latest331 B
Original Source

{{APIRef("WebRTC")}}

The iceTransport read-only property of the {{DOMxRef("RTCDtlsTransport")}} interface contains a reference to the underlying {{DOMxRef("RTCIceTransport")}}.

Value

The underlying {{DOMxRef("RTCIceTransport")}} instance.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}