- All Superinterfaces:
- RTCRtpCapabilities
- Enclosing interface:
- RTCRtpCapabilities
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCRtpCapabilities.Builder
extends RTCRtpCapabilities
The RTCRtpCapabilities dictionary is a data type used to describe the capabilities of an RTCRtpSender or RTCRtpReceiver in response to a call to the RTCRtpSender.getCapabilities() or RTCRtpReceiver.getCapabilities() static functions, both of which return an array of RTCRtpCapabilities objects.
- See Also:
- RTCRtpCapabilities - MDN,
RTCRtpCapabilities - WebRTC 1.0: Real-time Communication Between Browsers