Package elemental2.dom
Interface RTCPeerConnection.CreateDataChannelDataChannelDictUnionType
-
- Enclosing class:
- RTCPeerConnection
@JsType(isNative=true, name="?", namespace="<global>") public static interface RTCPeerConnection.CreateDataChannelDataChannelDictUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default RTCDataChannelInitDictionary_
asRTCDataChannelInitDictionary_()
default RTCDataChannelInitRecord_
asRTCDataChannelInitRecord_()
static RTCPeerConnection.CreateDataChannelDataChannelDictUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static RTCPeerConnection.CreateDataChannelDataChannelDictUnionType of(java.lang.Object o)
-
asRTCDataChannelInitDictionary_
@JsOverlay default RTCDataChannelInitDictionary_ asRTCDataChannelInitDictionary_()
-
asRTCDataChannelInitRecord_
@JsOverlay default RTCDataChannelInitRecord_ asRTCDataChannelInitRecord_()
-
-