Package com.twilio.video
Class IceOptions
- java.lang.Object
-
- com.twilio.video.IceOptions
-
public class IceOptions extends java.lang.ObjectIceOptions specifies custom media connectivity configurations.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIceOptions.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.Set<IceServer>getIceServers()IceTransportPolicygetIceTransportPolicy()inthashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getIceServers
@NonNull public java.util.Set<IceServer> getIceServers()
-
getIceTransportPolicy
@NonNull public IceTransportPolicy getIceTransportPolicy()
-
-