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.
|
String |
getRegion()
Returns the region specified
CallOptions. |
public IceOptions getIceOptions()
public List<AudioCodec> getPreferredAudioCodecs()
public String getRegion()
CallOptions.3.0.0