package js.html.rtc
extends Event
Available on js
The RTCPeerConnectionIceEvent
interface represents events that occurs in relation to ICE candidates with the target, usually an RTCPeerConnection
. Only one event is of this type: icecandidate
.
Documentation RTCPeerConnectionIceEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
new(type:String, ?eventInitDict:Null<PeerConnectionIceEventInit>)
Throws:
null |
DOMError |
---|
read onlycandidate:IceCandidate
Contains the RTCIceCandidate
containing the candidate associated with the event.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/rtc/PeerConnectionIceEvent.html