PeerConnectionIceEvent
package js.html.rtc
extends Event
Доступно в 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.
Документация RTCPeerConnectionIceEvent от Mozilla Contributors, лицензирована по CC-BY-SA 2.5.
См. также:
Конструктор
new(type:String, ?eventInitDict:Null<PeerConnectionIceEventInit>)
Выбрасывает:
null |
DOMError |
|---|
Переменные
read onlycandidate:IceCandidate
Содержит RTCIceCandidate, содержащий кандидата, связанного с событием.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/rtc/PeerConnectionIceEvent.html