Variable RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceErrorEvent: {
prototype: RTCPeerConnectionIceErrorEvent;
new (
type: string,
eventInitDict: RTCPeerConnectionIceErrorEventInit,
): RTCPeerConnectionIceErrorEvent;
}
prototype: RTCPeerConnectionIceErrorEvent;
new (
type: string,
eventInitDict: RTCPeerConnectionIceErrorEventInit,
): RTCPeerConnectionIceErrorEvent;
}
Type declaration
- new (
 type: string,
 eventInitDict: RTCPeerConnectionIceErrorEventInit,
 ): RTCPeerConnectionIceErrorEvent
- Parameters- type: string
- eventInitDict: RTCPeerConnectionIceErrorEventInit
 - Returns RTCPeerConnectionIceErrorEvent
 
- new (
- prototype: RTCPeerConnectionIceErrorEvent