Package com.twilio.voice
Class CallOptions
java.lang.Object
com.twilio.voice.CallOptions
- Direct Known Subclasses:
AcceptOptions
,ConnectOptions
Represents options available when connecting to a
Call
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the custom ICE configuration used to connect to a Call.Returns the preferred audio codecs.boolean
Get the flag that indicates whether Differentiated Services Field Code Point (DSCP) is enabled with Expedited Forwarding (EF).boolean
Get the flag that indicates whether gathering of ICE candidates on "any address" ports is enabled or not.
-
Method Details
-
getIceOptions
Returns the custom ICE configuration used to connect to a Call. -
getPreferredAudioCodecs
Returns the preferred audio codecs. -
isDscpEnabled
public boolean isDscpEnabled()Get the flag that indicates whether Differentiated Services Field Code Point (DSCP) is enabled with Expedited Forwarding (EF). -
isIceGatheringOnAnyAddressPortsEnabled
public boolean isIceGatheringOnAnyAddressPortsEnabled()Get the flag that indicates whether gathering of ICE candidates on "any address" ports is enabled or not.
-