RTCRtpSender-1
RTCRtpSender: {
(): RTCRtpSender;
prototype: RTCRtpSender;
getCapabilities: RTCRtpCapabilities | null;
};
Type Declaration
Returns
prototype
prototype: RTCRtpSender;
getCapabilities()
getCapabilities(kind): RTCRtpCapabilities | null;
The static method RTCRtpSender.getCapabilities() returns an object describing the codec and header extension capabilities supported by the RTCRtpSender.
Parameters
| Parameter | Type |
|---|---|
kind | string |
Returns
RTCRtpCapabilities | null