Variable RTCErrorEvent

    RTCErrorEvent: {
        prototype: RTCErrorEvent;
        new (type: string, eventInitDict: RTCErrorEventInit): RTCErrorEvent;
    }