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 |
---|---|
java.util.Set<IceServer> |
getIceServers() |
IceTransportPolicy |
getIceTransportPolicy() |
@NonNull public java.util.Set<IceServer> getIceServers()
@NonNull public IceTransportPolicy getIceTransportPolicy()
6.0.0