@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCOfferAnswerOptions")
public interface RTCOfferAnswerOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCOfferAnswerOptions.Builder
The WebRTC API's RTCOfferAnswerOptions dictionary is used to specify options that configure and control the process of creating WebRTC offers or answers.
|
| Modifier and Type | Method and Description |
|---|---|
static RTCOfferAnswerOptions.Builder |
create() |
@JsOverlay @Nonnull static RTCOfferAnswerOptions.Builder create()