Variable RTCRtpReceiver

    RTCRtpReceiver: {
        prototype: RTCRtpReceiver;
        getCapabilities(kind: string): RTCRtpCapabilities;
        new (): RTCRtpReceiver;
    }

    Type declaration