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.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<RTCPeerConnectionIceEvent>, init: RTCPeerConnectionIceEventInit = definedExternally)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard