@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCAnswerOptions")
public interface RTCAnswerOptions
extends RTCOfferAnswerOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCAnswerOptions.Builder
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.
|
| Modifier and Type | Method and Description |
|---|---|
static RTCAnswerOptions.Builder |
create() |
@JsOverlay @Nonnull static RTCAnswerOptions.Builder create()
create in interface RTCOfferAnswerOptions