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.
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close