Liking cljdoc? Tell your friends :D

web.rtc.RTCIceCandidatePair

The RTCIceCandidatePair dictionary describes a pair of ICE candidates together comprise a description of a viable connection between WebRTC endpoints.

The RTCIceCandidatePair dictionary describes a pair of ICE candidates
together comprise a description of a viable connection between
WebRTC endpoints.
raw docstring

localcljs

(local this)

Property.

The local property of the web.rtc.RTCIceCandidatePair dictionary the web.rtc.RTCIceCandidate which describes the configuration the local end of a viable WebRTC connection.

localCandidate = RTCIceCandidatePair.local;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePair/local

Property.

The local property of the `web.rtc.RTCIceCandidatePair` dictionary
the `web.rtc.RTCIceCandidate` which describes the configuration
the local end of a viable WebRTC connection.

`localCandidate = RTCIceCandidatePair.local;`

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

remotecljs

(remote this)

Property.

The remote property of the web.rtc.RTCIceCandidatePair dictionary the web.rtc.RTCIceCandidate describing the configuration of remote end of a viable WebRTC connection.

remoteCandidate = RTCIceCandidatePair.remote;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePair/remote

Property.

The remote property of the `web.rtc.RTCIceCandidatePair` dictionary
the `web.rtc.RTCIceCandidate` describing the configuration of
remote end of a viable WebRTC connection.

`remoteCandidate = RTCIceCandidatePair.remote;`

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

set-local!cljs

(set-local! this val)

Property.

The local property of the web.rtc.RTCIceCandidatePair dictionary the web.rtc.RTCIceCandidate which describes the configuration the local end of a viable WebRTC connection.

localCandidate = RTCIceCandidatePair.local;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePair/local

Property.

The local property of the `web.rtc.RTCIceCandidatePair` dictionary
the `web.rtc.RTCIceCandidate` which describes the configuration
the local end of a viable WebRTC connection.

`localCandidate = RTCIceCandidatePair.local;`

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

set-remote!cljs

(set-remote! this val)

Property.

The remote property of the web.rtc.RTCIceCandidatePair dictionary the web.rtc.RTCIceCandidate describing the configuration of remote end of a viable WebRTC connection.

remoteCandidate = RTCIceCandidatePair.remote;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePair/remote

Property.

The remote property of the `web.rtc.RTCIceCandidatePair` dictionary
the `web.rtc.RTCIceCandidate` describing the configuration of
remote end of a viable WebRTC connection.

`remoteCandidate = RTCIceCandidatePair.remote;`

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

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

× close