CallCanvasActions
This component renders actions for call canvas.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
hold | React component | Visible only is it's a custom call task | Container for hold/unhold call button | |
toggleMute | React component | Container for mute/unmute button | ||
directory | React component | Icon button that displays/hides worker's directory | ||
dialpad | React component | Icon button that displays/hides dialpad | ||
hangup | React component | Container for hangup button |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<CallCanvasActions.CallCanvasActionsChildrenProps> | Dynamic content store |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
isOpen | boolean | isOpen. | No | |
theme.CallCanvas | Theme.CallCanvasThemeProps | Theme | Yes |
Rate this page