-
public final class CallCompositeSetupScreenOptionsSetup screen options to provide for CallComposite.
-
-
Field Summary
Fields Modifier and Type Field Description private BooleancameraButtonEnabledprivate CallCompositeButtonViewDatacameraButtonprivate CallCompositeButtonViewDataaudioDeviceButton
-
Constructor Summary
Constructors Constructor Description CallCompositeSetupScreenOptions()Creates CallCompositeSetupScreenOptions.
-
Method Summary
Modifier and Type Method Description CallCompositeSetupScreenOptionssetCameraButtonEnabled(Boolean enabled)CallCompositeButtonViewDatagetCameraButton()Get customization to the camera button. CallCompositeSetupScreenOptionssetCameraButton(CallCompositeButtonViewData buttonOptions)Set customization to the camera button. CallCompositeButtonViewDatagetAudioDeviceButton()Get customization of the audio device button. CallCompositeSetupScreenOptionssetAudioDeviceButton(CallCompositeButtonViewData buttonOptions)Set customization to the audio device button. BooleanisCameraButtonEnabled()CallCompositeSetupScreenOptionssetMicrophoneButtonEnabled(Boolean enabled)BooleanisMicrophoneButtonEnabled()CallCompositeSetupScreenOptionssetMicrophoneButton(CallCompositeButtonViewData buttonOptions)Set customization to the microphone button. CallCompositeButtonViewDatagetMicrophoneButton()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.
-
-
-
-