Package elemental2.dom
Interface RTCSessionDescriptionInit
-
@JsType(isNative=true, namespace="<global>") public interface RTCSessionDescriptionInit
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static RTCSessionDescriptionInit
create()
java.lang.String
getSdp()
java.lang.String
getType()
void
setSdp(java.lang.String sdp)
void
setType(java.lang.String type)
-
-
-
Method Detail
-
create
@JsOverlay static RTCSessionDescriptionInit create()
-
getSdp
@JsProperty java.lang.String getSdp()
-
getType
@JsProperty java.lang.String getType()
-
setSdp
@JsProperty void setSdp(java.lang.String sdp)
-
setType
@JsProperty void setType(java.lang.String type)
-
-