Variable RTCPeerConnection

    RTCPeerConnection: {
        prototype: RTCPeerConnection;
        generateCertificate(
            keygenAlgorithm: AlgorithmIdentifier,
        ): Promise<RTCCertificate>;
        new (configuration?: RTCConfiguration): RTCPeerConnection;
    }

    Type declaration