-
public abstract class CallOptionsRepresents options available when connecting to a Call.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classCallOptions.BuilderBuild new CallOptions.
All methods are optional.
-
Field Summary
Fields Modifier and Type Field Description IceOptionsiceOptionsList<AudioCodec>preferredAudioCodecsCall.CallMessageListenercallMessageListener
-
Method Summary
Modifier and Type Method Description IceOptionsgetIceOptions()Returns the custom ICE configuration used to connect to a Call. List<AudioCodec>getPreferredAudioCodecs()Returns the preferred audio codecs. Call.CallMessageListenergetCallMessageListener()Returns the callMessageListener specified. booleanisDscpEnabled()Get the flag that indicates whether DifferentiatedServices Field Code Point (DSCP) is enabled with Expedited Forwarding (EF). booleanisIceGatheringOnAnyAddressPortsEnabled()Get the flag that indicates whether gathering of ICE candidates on "any address" ports isenabled or not. -
-
Method Detail
-
getIceOptions
@Nullable() IceOptions getIceOptions()
Returns the custom ICE configuration used to connect to a Call.
-
getPreferredAudioCodecs
@Nullable() List<AudioCodec> getPreferredAudioCodecs()
Returns the preferred audio codecs.
-
getCallMessageListener
Call.CallMessageListener getCallMessageListener()
Returns the callMessageListener specified.
-
isDscpEnabled
boolean isDscpEnabled()
Get the flag that indicates whether DifferentiatedServices Field Code Point (DSCP) is enabled with Expedited Forwarding (EF).
-
isIceGatheringOnAnyAddressPortsEnabled
boolean isIceGatheringOnAnyAddressPortsEnabled()
Get the flag that indicates whether gathering of ICE candidates on "any address" ports isenabled or not.
-
-
-
-