Package elemental2.dom
Interface RTCConfiguration.GetIceServersArrayUnionType
-
- Enclosing interface:
- RTCConfiguration
@JsType(isNative=true, name="?", namespace="<global>") public static interface RTCConfiguration.GetIceServersArrayUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default RTCConfiguration.IceServersFieldType
asIceServersFieldType()
default RTCIceServerInterface_
asRTCIceServerInterface_()
default RTCConfiguration.UrlsFieldType
asUrlsFieldType()
static RTCConfiguration.GetIceServersArrayUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static RTCConfiguration.GetIceServersArrayUnionType of(java.lang.Object o)
-
asIceServersFieldType
@JsOverlay default RTCConfiguration.IceServersFieldType asIceServersFieldType()
-
asRTCIceServerInterface_
@JsOverlay default RTCIceServerInterface_ asRTCIceServerInterface_()
-
asUrlsFieldType
@JsOverlay default RTCConfiguration.UrlsFieldType asUrlsFieldType()
-
-