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
get
Capabilities :function- get
Capabilities (kind): RTCRtpCapabilities Parameters
- kind: string
Returns RTCRtpCapabilities
- get
MDN Reference