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`.
(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`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |