- All Superinterfaces:
- RTCAnswerOptions, RTCOfferAnswerOptions
- Enclosing interface:
- RTCAnswerOptions
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCAnswerOptions")
public static interface RTCAnswerOptions.Builder
extends RTCAnswerOptions
The RTCAnswerOptions dictionary is used to provide optional settings when creating an SDP answer using RTCPeerConnection.createOffer() after receiving an offer from a remote peer.
- See Also:
- RTCAnswerOptions - MDN,
(WebRTC 1.0) # dom-rtcansweroptions