public abstract class CallOptions extends Object
Call
.Modifier and Type | Class and Description |
---|---|
static class |
CallOptions.Builder
Build new
CallOptions . |
Modifier and Type | Method and Description |
---|---|
IceOptions |
getIceOptions()
Returns the custom ICE configuration used to connect to a Call.
|
List<AudioCodec> |
getPreferredAudioCodecs()
Returns the preferred audio codecs.
|
boolean |
isDscpEnabled()
Get the flag that indicates whether
Differentiated Services Field Code Point (DSCP)
is enabled with Expedited Forwarding (EF).
|
boolean |
isIceGatheringOnAnyAddressPortsEnabled()
Get the flag that indicates whether gathering of ICE candidates on "any address" ports is enabled or not.
|
public IceOptions getIceOptions()
public List<AudioCodec> getPreferredAudioCodecs()
public boolean isDscpEnabled()
public boolean isIceGatheringOnAnyAddressPortsEnabled()
5.3.0