- All Superinterfaces:
- RTCRtcpParameters
- Enclosing interface:
- RTCRtcpParameters
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public static interface RTCRtcpParameters.Builder
extends RTCRtcpParameters
The RTCRtcpParameters dictionary provides parameters of an RTCP connection. It's used as the value of the rtcp property of the parameters of an RTCRtpSender or RTCRtpReceiver.
- See Also:
- RTCRtcpParameters - MDN,
RTCRtcpParameters - WebRTC 1.0: Real-time Communication Between Browsers