Variable RTCError

    RTCError: {
        prototype: RTCError;
        new (init: RTCErrorInit, message?: string): RTCError;
    }