Variable RTCPeerConnectionIceEvent

    RTCPeerConnectionIceEvent: {
        prototype: RTCPeerConnectionIceEvent;
        new (
            type: string,
            eventInitDict?: RTCPeerConnectionIceEventInit,
        ): RTCPeerConnectionIceEvent;
    }

    Type declaration