Liking cljdoc? Tell your friends :D
ClojureScript only.

web.rtc.RTCPeerConnectionIceEvent

The RTCPeerConnectionIceEvent interface represents events that in relation to ICE candidates with the target, usually an web.audio.RTCPeerConnection.

The RTCPeerConnectionIceEvent interface represents events that
in relation to ICE candidates with the target, usually an `web.audio.RTCPeerConnection`.
raw docstring

candidatecljs

(candidate this)

Property.

[Read Only]

The read-only candidate property of the web.rtc.RTCPeerConnectionIceEvent returns the web.rtc.RTCIceCandidate associated with the event.

var candidate = event.candidate;

See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnectionIceEvent/candidate

Property.

[Read Only]

The read-only candidate property of the `web.rtc.RTCPeerConnectionIceEvent`
returns the `web.rtc.RTCIceCandidate` associated with the event.

`var candidate = event.candidate;`

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

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

× close