RTCPeerConnectionIceErrorEvent
open class RTCPeerConnectionIceErrorEvent( val type: EventType<RTCPeerConnectionIceErrorEvent>, init: RTCPeerConnectionIceErrorEventInit) : Event(source)
The RTCPeerConnectionIceErrorEvent
interface—based upon the Event interface—provides details pertaining to an ICE error announced by sending an RTCPeerConnection.icecandidateerror_event event to the RTCPeerConnection object.
Constructors
Link copied to clipboard
constructor(type: EventType<RTCPeerConnectionIceErrorEvent>, init: RTCPeerConnectionIceErrorEventInit)