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