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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close