public abstract class AdvancedSetting<T>
extends java.lang.Object
These settings are for special use cases and usually do not need to be set.
Phone.setAdvancedSetting(AdvancedSetting)| Modifier and Type | Class and Description | 
|---|---|
| static class  | AdvancedSetting.ShareMaxCaptureFPSSet the max screen capture fps for screen share for the call. | 
| static class  | AdvancedSetting.VideoEnableCamera2Use android.hardware.camera2.CameraDevice or use android.hardware.Camera. | 
| static class  | AdvancedSetting.VideoEnableDecoderMosaicEnable or disable the video mosaic for error-concealment when data loss in network. | 
| static class  | AdvancedSetting.VideoMaxTxFPSSet the max sending fps for video for the call. | 
| Modifier and Type | Method and Description | 
|---|---|
| T | getDefaultValue()Returns the default value of this setting item. | 
| T | getValue()Returns the value of this setting item. | 
| java.lang.String | toString() |