| Package | Description | 
|---|---|
| com.ciscowebex.androidsdk.phone | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AdvancedSetting.ShareMaxCaptureFPS
Set the max screen capture fps for screen share for the call. 
 | 
static class  | 
AdvancedSetting.VideoEnableCamera2
Use android.hardware.camera2.CameraDevice or use android.hardware.Camera. 
 | 
static class  | 
AdvancedSetting.VideoEnableDecoderMosaic
Enable or disable the video mosaic for error-concealment when data loss in network. 
 | 
static class  | 
AdvancedSetting.VideoMaxTxFPS
Set the max sending fps for video for the call. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AdvancedSetting | 
Phone.getAdvancedSetting(java.lang.Class<? extends AdvancedSetting> clz)
Returns value of the advanced seting that has been set. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Phone.setAdvancedSetting(AdvancedSetting setting)
Set advanced setings for call. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AdvancedSetting | 
Phone.getAdvancedSetting(java.lang.Class<? extends AdvancedSetting> clz)
Returns value of the advanced seting that has been set. 
 |