public class IceOptions
extends java.lang.Object
Media connections are established using the ICE (Interactive Connectivity Establishment) protocol. These options allow you to customize how data flows to and from participants, and which protocols to use. You may also provide your own ICE servers, overriding the defaults. https://www.twilio.com/stun-turn.
Modifier and Type | Class and Description |
---|---|
static class |
IceOptions.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.Set<IceServer> |
getIceServers() |
IceTransportPolicy |
getIceTransportPolicy() |
int |
hashCode() |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
@NonNull public java.util.Set<IceServer> getIceServers()
@NonNull public IceTransportPolicy getIceTransportPolicy()
7.0.0