RTCDtlsTransport.iceTransport

Draft
This page is not complete.

The read-only RTCDtlsTransport property iceTransport contains a reference to the underlying RTCIceTransport.

Syntax

var iceTransport = rtcDtlsTransport.iceTransport;

Value

The underlying RTCIceTransport instance.

Examples

TBD

Specifications

Specification Status Comment
WebRTC 1.0: Real-time Communication Between Browsers
The definition of 'RTCDtlsTransport.iceTransport' in that specification.
Candidate Recommendation Initial definition.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
iceTransportChrome Full support 72Edge Full support 15
Alternate Name
Full support 15
Alternate Name
Alternate Name Uses the non-standard name: transport
Firefox No support No
Notes
No support No
Notes
Notes See bug 1307996.
IE No support NoOpera Full support 60Safari No support NoWebView Android Full support 72Chrome Android Full support 72Firefox Android No support No
Notes
No support No
Notes
Notes See bug 1307996.
Opera Android Full support 50Safari iOS No support NoSamsung Internet Android Full support 11.0

Legend

Full support
Full support
No support
No support
See implementation notes.
See implementation notes.
Uses a non-standard name.
Uses a non-standard name.

See also