@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCSessionDescription")
public class RTCSessionDescription
extends java.lang.Object
| 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.
|
java.lang.Object |
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.
|
public 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 java.lang.Object toJSON()