Variable RTCPeerConnectionIceErrorEvent

    RTCPeerConnectionIceErrorEvent: {
        prototype: RTCPeerConnectionIceErrorEvent;
        new (
            type: string,
            eventInitDict: RTCPeerConnectionIceErrorEventInit,
        ): RTCPeerConnectionIceErrorEvent;
    }

    Type declaration