Liking cljdoc? Tell your friends :D
ClojureScript only.

web.rtc.RTCDtlsTransport

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.
raw docstring

ice-transportcljs

(ice-transport this)

Property.

The read-only web.rtc.RTCDtlsTransport property iceTransport a reference to the underlying web.audio.RTCIceTransport.

var iceTransport = rtcDtlsTransport.iceTransport;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCDtlsTransport/iceTransport

Property.

The read-only `web.rtc.RTCDtlsTransport` property iceTransport
a reference to the underlying `web.audio.RTCIceTransport`.

`var iceTransport = rtcDtlsTransport.iceTransport;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCDtlsTransport/iceTransport`
sourceraw docstring

statecljs

(state this)

Property.

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.

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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close