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