public interface RTCConfigurationInterface_
Modifier and Type | Interface and Description |
---|---|
static interface |
RTCConfigurationInterface_.GetIceServersArrayUnionType |
static interface |
RTCConfigurationInterface_.IceServersFieldType |
static interface |
RTCConfigurationInterface_.UrlsFieldType |
Modifier and Type | Method and Description |
---|---|
<any> |
getIceServers() |
java.lang.String |
getSdpSemantics() |
void |
setIceServers(<any> iceServers) |
default void |
setIceServers(RTCConfigurationInterface_.GetIceServersArrayUnionType[] iceServers) |
void |
setSdpSemantics(java.lang.String sdpSemantics) |
<any> getIceServers()
java.lang.String getSdpSemantics()
default void setIceServers(RTCConfigurationInterface_.GetIceServersArrayUnionType[] iceServers)
void setIceServers(<any> iceServers)
void setSdpSemantics(java.lang.String sdpSemantics)