@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCSessionDescription")
public class RTCSessionDescription
extends JsObject
| Constructor and Description |
|---|
RTCSessionDescription(RTCSessionDescriptionInit descriptionInitDict)
The RTCSessionDescription() constructor creates a new RTCSessionDescription with its properties initialized as described in the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
sdp()
The property RTCSessionDescription.sdp is a read-only DOMString containing the SDP which describes the session.
|
JsObject |
toJSON()
The RTCSessionDescription.toJSON() method generates a JSON description of the object.
|
java.lang.String |
type()
The property RTCSessionDescription.type is a read-only value of type RTCSdpType which describes the description's type.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, valuespublic RTCSessionDescription(@Nonnull
RTCSessionDescriptionInit descriptionInitDict)
@JsProperty(name="sdp") @Nonnull public java.lang.String sdp()
@JsProperty(name="type") @Nonnull @RTCSdpType public java.lang.String type()
@Nonnull public JsObject toJSON()