PeerConnectionIceEvent
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:
Constructor
new(type:String, ?eventInitDict:Null<PeerConnectionIceEventInit>)
Throws:
null |
DOMError |
|---|
Variables
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