-
public final class CallCompositeSetupScreenOptions
Setup screen options to provide for CallComposite.
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
cameraButtonEnabled
private CallCompositeButtonViewData
cameraButton
private CallCompositeButtonViewData
audioDeviceButton
-
Constructor Summary
Constructors Constructor Description CallCompositeSetupScreenOptions()
Creates CallCompositeSetupScreenOptions.
-
Method Summary
Modifier and Type Method Description CallCompositeSetupScreenOptions
setCameraButtonEnabled(Boolean enabled)
CallCompositeButtonViewData
getCameraButton()
Get customization to the camera button. CallCompositeSetupScreenOptions
setCameraButton(CallCompositeButtonViewData buttonOptions)
Set customization to the camera button. CallCompositeButtonViewData
getAudioDeviceButton()
Get customization of the audio device button. CallCompositeSetupScreenOptions
setAudioDeviceButton(CallCompositeButtonViewData buttonOptions)
Set customization to the audio device button. Boolean
isCameraButtonEnabled()
CallCompositeSetupScreenOptions
setMicrophoneButtonEnabled(Boolean enabled)
Boolean
isMicrophoneButtonEnabled()
CallCompositeSetupScreenOptions
setMicrophoneButton(CallCompositeButtonViewData buttonOptions)
Set customization to the microphone button. CallCompositeButtonViewData
getMicrophoneButton()
Get customization of the microphone button. -
-
Constructor Detail
-
CallCompositeSetupScreenOptions
CallCompositeSetupScreenOptions()
Creates CallCompositeSetupScreenOptions.
-
-
Method Detail
-
setCameraButtonEnabled
@Deprecated() CallCompositeSetupScreenOptions setCameraButtonEnabled(Boolean enabled)
- Parameters:
enabled
- Sets camera button enable/disabled on the setup screen.
-
getCameraButton
CallCompositeButtonViewData getCameraButton()
Get customization to the camera button.
-
setCameraButton
CallCompositeSetupScreenOptions setCameraButton(CallCompositeButtonViewData buttonOptions)
Set customization to the camera button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getAudioDeviceButton
CallCompositeButtonViewData getAudioDeviceButton()
Get customization of the audio device button.
-
setAudioDeviceButton
CallCompositeSetupScreenOptions setAudioDeviceButton(CallCompositeButtonViewData buttonOptions)
Set customization to the audio device button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
isCameraButtonEnabled
@Deprecated() Boolean isCameraButtonEnabled()
-
setMicrophoneButtonEnabled
@Deprecated() CallCompositeSetupScreenOptions setMicrophoneButtonEnabled(Boolean enabled)
- Parameters:
enabled
- Sets microphone button enable/disabled on the setup screen.
-
isMicrophoneButtonEnabled
@Deprecated() Boolean isMicrophoneButtonEnabled()
-
setMicrophoneButton
CallCompositeSetupScreenOptions setMicrophoneButton(CallCompositeButtonViewData buttonOptions)
Set customization to the microphone button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getMicrophoneButton
CallCompositeButtonViewData getMicrophoneButton()
Get customization of the microphone button.
-
-
-
-