CallWithChatControlOptions interface

CallWithChatComposite Call controls to show or hide buttons on the calling control bar.

Properties

cameraButton

Show or Hide Camera Button during a call

chatButton

Show or hide the chat button in the call-with-chat composite control bar.

displayType

CallControlDisplayType to change how the call controls are displayed. 'compact' display type will decreases the size of buttons and hide the labels.

endCallButton

Show or Hide EndCall button during a call.

microphoneButton

Show or Hide Microphone button during a call.

peopleButton

Show or hide the people button in the call-with-chat composite control bar.

screenShareButton

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 }