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.
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`
(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`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |