Web/API/RTCDtlsTransport/iceTransport

From Get docs

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 BrowsersThe definition of 'RTCDtlsTransport.iceTransport' in that specification. Candidate Recommendation Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
iceTransport Chrome

Full support 72

Edge 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 No

Opera

Full support 60

Safari

No support No

WebView Android

Full support 72

Chrome Android

Full support 72

Firefox Android No support No

Notes'

No support No

Notes'

Notes' See bug 1307996.

Opera Android

Full support 50

Safari iOS

No support No

Samsung 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