Variable RTCRtpReceiver
RTCRtpReceiver: {
prototype: RTCRtpReceiver;
getCapabilities(kind: string): RTCRtpCapabilities;
new (): RTCRtpReceiver;
}
prototype: RTCRtpReceiver;
getCapabilities(kind: string): RTCRtpCapabilities;
new (): RTCRtpReceiver;
}
Type declaration
- new (): RTCRtpReceiver
Returns RTCRtpReceiver
prototype: RTCRtpReceiver
getCapabilities:function
- getCapabilities(kind: string): RTCRtpCapabilities
Parameters
- kind: string
Returns RTCRtpCapabilities
MDN Reference