RTCPeerConnectionIceEvent
open external class RTCPeerConnectionIceEvent(val type: EventType<RTCPeerConnectionIceEvent>, init: RTCPeerConnectionIceEventInit = definedExternally) : Event(source)
Events that occurs in relation to ICE candidates with the target, usually an RTCPeerConnection. Only one event is of this type: icecandidate.
Constructors
Link copied to clipboard
constructor(type: EventType<RTCPeerConnectionIceEvent>, init: RTCPeerConnectionIceEventInit = definedExternally)