Liking cljdoc? Tell your friends :D

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 rtc.RTCIceCandidatePair dictionary the rtc.RTCIceCandidate which describes the configuration of 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 `rtc.RTCIceCandidatePair` dictionary
the `rtc.RTCIceCandidate` which describes the configuration of
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 rtc.RTCIceCandidatePair dictionary the rtc.RTCIceCandidate describing the configuration of the 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 `rtc.RTCIceCandidatePair` dictionary
the `rtc.RTCIceCandidate` describing the configuration of the
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 rtc.RTCIceCandidatePair dictionary the rtc.RTCIceCandidate which describes the configuration of 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 `rtc.RTCIceCandidatePair` dictionary
the `rtc.RTCIceCandidate` which describes the configuration of
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 rtc.RTCIceCandidatePair dictionary the rtc.RTCIceCandidate describing the configuration of the 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 `rtc.RTCIceCandidatePair` dictionary
the `rtc.RTCIceCandidate` describing the configuration of the
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