Uses of Interface
elemental2.dom.RTCConfiguration.GetIceServersArrayUnionType
-
-
Uses of RTCConfiguration.GetIceServersArrayUnionType in elemental2.dom
Methods in elemental2.dom that return RTCConfiguration.GetIceServersArrayUnionType Modifier and Type Method Description static RTCConfiguration.GetIceServersArrayUnionType
RTCConfiguration.GetIceServersArrayUnionType. of(java.lang.Object o)
Methods in elemental2.dom that return types with arguments of type RTCConfiguration.GetIceServersArrayUnionType Modifier and Type Method Description elemental2.core.JsArray<RTCConfiguration.GetIceServersArrayUnionType>
RTCConfiguration. getIceServers()
Methods in elemental2.dom with parameters of type RTCConfiguration.GetIceServersArrayUnionType Modifier and Type Method Description default void
RTCConfiguration. setIceServers(RTCConfiguration.GetIceServersArrayUnionType[] iceServers)
Method parameters in elemental2.dom with type arguments of type RTCConfiguration.GetIceServersArrayUnionType Modifier and Type Method Description void
RTCConfiguration. setIceServers(elemental2.core.JsArray<RTCConfiguration.GetIceServersArrayUnionType> iceServers)
-