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