-
public final class CallCompositeCallScreenControlBarOptions
Options for the CallCompositeCallScreenControlBarOptions.
-
-
Field Summary
Fields Modifier and Type Field Description private List<CallCompositeCustomButtonViewData>
customButtons
private CallCompositeButtonViewData
cameraButton
private CallCompositeButtonViewData
audioDeviceButton
private CallCompositeButtonViewData
liveCaptionsButton
private CallCompositeButtonViewData
liveCaptionsToggleButton
private CallCompositeButtonViewData
spokenLanguageButton
private CallCompositeButtonViewData
captionsLanguageButton
private CallCompositeButtonViewData
shareDiagnosticsButton
private CallCompositeButtonViewData
reportIssueButton
private CallCompositeLeaveCallConfirmationMode
leaveCallConfirmation
-
Constructor Summary
Constructors Constructor Description CallCompositeCallScreenControlBarOptions()
Create a CallCompositeCallScreenControlBarOptions object.
-
Method Summary
-
-
Method Detail
-
getCustomButtons
List<CallCompositeCustomButtonViewData> getCustomButtons()
Get a custom button to the call composite.
-
setCustomButtons
CallCompositeCallScreenControlBarOptions setCustomButtons(List<CallCompositeCustomButtonViewData> button)
Set a custom button to the call composite.
- Parameters:
button
- CallCompositeCallScreenControlBarOptions
-
getCameraButton
CallCompositeButtonViewData getCameraButton()
Get customization of the camera button.
-
setCameraButton
CallCompositeCallScreenControlBarOptions setCameraButton(CallCompositeButtonViewData button)
Set customization to the camera button.
- Parameters:
button
- CallCompositeButtonViewData
-
getAudioDeviceButton
CallCompositeButtonViewData getAudioDeviceButton()
Get customization of the audio device button.
-
setAudioDeviceButton
CallCompositeCallScreenControlBarOptions setAudioDeviceButton(CallCompositeButtonViewData buttonOptions)
Set customization to the audio device button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getLiveCaptionsButton
CallCompositeButtonViewData getLiveCaptionsButton()
Get customization of the live captions button.
-
setLiveCaptionsButton
CallCompositeCallScreenControlBarOptions setLiveCaptionsButton(CallCompositeButtonViewData buttonOptions)
Set customization to the live captions button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getLiveCaptionsToggleButton
CallCompositeButtonViewData getLiveCaptionsToggleButton()
Get customization of the live captions toggle button.
-
setLiveCaptionsToggleButton
CallCompositeCallScreenControlBarOptions setLiveCaptionsToggleButton(CallCompositeButtonViewData buttonOptions)
Set customization to the live captions toggle button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getSpokenLanguageButton
CallCompositeButtonViewData getSpokenLanguageButton()
Get customization of the live cations spoken language button.
-
setSpokenLanguageButton
CallCompositeCallScreenControlBarOptions setSpokenLanguageButton(CallCompositeButtonViewData buttonOptions)
Set customization to the live cations spoken language button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getCaptionsLanguageButton
CallCompositeButtonViewData getCaptionsLanguageButton()
Get customization of the live cations language button.
-
setCaptionsLanguageButton
CallCompositeCallScreenControlBarOptions setCaptionsLanguageButton(CallCompositeButtonViewData buttonOptions)
Set customization to the live cations language button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getShareDiagnosticsButton
CallCompositeButtonViewData getShareDiagnosticsButton()
Get customization to the share diagnostics button.
-
setShareDiagnosticsButton
CallCompositeCallScreenControlBarOptions setShareDiagnosticsButton(CallCompositeButtonViewData buttonOptions)
Set customization to the share diagnostics button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getReportIssueButton
CallCompositeButtonViewData getReportIssueButton()
Get customization of the report issue button.
-
setReportIssueButton
CallCompositeCallScreenControlBarOptions setReportIssueButton(CallCompositeButtonViewData buttonOptions)
Set customization to the report issue button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getLeaveCallConfirmation
CallCompositeLeaveCallConfirmationMode getLeaveCallConfirmation()
Get leave call confirmation.
-
setLeaveCallConfirmation
CallCompositeCallScreenControlBarOptions setLeaveCallConfirmation(CallCompositeLeaveCallConfirmationMode leaveCallConfirmation)
Set leave call confirmation.
- Parameters:
leaveCallConfirmation
- The leave call confirmation.
-
setMicrophoneButton
CallCompositeCallScreenControlBarOptions setMicrophoneButton(CallCompositeButtonViewData buttonOptions)
Set customization to the microphone button.
- Parameters:
buttonOptions
- CallCompositeButtonViewData
-
getMicrophoneButton
CallCompositeButtonViewData getMicrophoneButton()
Get customization of the microphone button.
-
-
-
-