The RTCDtlsTransport interface provides information which describes Datagram Transport Layer Security (DTLS) transport.
The RTCDtlsTransport interface provides information which describes Datagram Transport Layer Security (DTLS) transport.
(ice-transport this)
Property.
[Read Only] [Draft] [Experimental]
The read-only web.rtc.RTCDtlsTransport
property iceTransport
a reference to the underlying web.video.RTCIceTransport
.
var iceTransport = rtcDtlsTransport.iceTransport;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCDtlsTransport/iceTransport
Property. [Read Only] [Draft] [Experimental] The read-only `web.rtc.RTCDtlsTransport` property iceTransport a reference to the underlying `web.video.RTCIceTransport`. `var iceTransport = rtcDtlsTransport.iceTransport;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDtlsTransport/iceTransport`
(state this)
Property.
[Read Only] [Draft] [Experimental]
The state read-only property of the web.rtc.RTCDtlsTransport
provides information which describes a Datagram Transport Layer
(DTLS) transport state.
var myState = dtlsTransport.state;
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCDtlsTransport/state
Property. [Read Only] [Draft] [Experimental] The state read-only property of the `web.rtc.RTCDtlsTransport` provides information which describes a Datagram Transport Layer (DTLS) transport state. `var myState = dtlsTransport.state;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDtlsTransport/state`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close