Liking cljdoc? Tell your friends :D
ClojureScript only.

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 rtc.RTCDtlsTransport property iceTransport contains reference to the underlying rtc.RTCIceTransport.

var iceTransport = rtcDtlsTransport.iceTransport;

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

Property.

The read-only `rtc.RTCDtlsTransport` property iceTransport contains
reference to the underlying `rtc.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 rtc.RTCDtlsTransport interface information which describes a Datagram Transport Layer Security 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 `rtc.RTCDtlsTransport` interface
information which describes a Datagram Transport Layer Security
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