CallWithChatControlOptions interface
CallWithChatComposite Call controls to show or hide buttons on the calling control bar.
Properties
camera |
Show or Hide Camera Button during a call |
chat |
Show or hide the chat button in the call-with-chat composite control bar. |
display |
CallControlDisplayType to change how the call controls are displayed.
|
end |
Show or Hide EndCall button during a call. |
microphone |
Show or Hide Microphone button during a call. |
people |
Show or hide the people button in the call-with-chat composite control bar. |
screen |
Show, Hide or Disable the screen share button during a call. |
Property Details
cameraButton
Show or Hide Camera Button during a call
cameraButton?: boolean
Property Value
boolean
chatButton
Show or hide the chat button in the call-with-chat composite control bar.
chatButton?: boolean
Property Value
boolean
displayType
CallControlDisplayType to change how the call controls are displayed.
'compact'
display type will decreases the size of buttons and hide the labels.
displayType?: CallControlDisplayType
Property Value
Remarks
If the composite formFactor
is set to 'mobile'
, the control bar will always use compact view.
endCallButton
Show or Hide EndCall button during a call.
endCallButton?: boolean
Property Value
boolean
microphoneButton
Show or Hide Microphone button during a call.
microphoneButton?: boolean
Property Value
boolean
peopleButton
Show or hide the people button in the call-with-chat composite control bar.
peopleButton?: boolean
Property Value
boolean
screenShareButton
Show, Hide or Disable the screen share button during a call.
screenShareButton?: boolean | { disabled: boolean }
Property Value
boolean | { disabled: boolean }