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 | ||
callCanvasActionsContainer | styled(div) | Container for CallCanvas Actions component |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<CallCanvasActions.CallCanvasActionsChildrenProps, CallCanvasActionsChildrenKeys> | Dynamic content store |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
isOpen | boolean | isOpen. | No | |
theme.CallCanvas | Theme.CallCanvasThemeProps | Theme | Yes | |
task | ITask | Task. | Yes | |
call | Call | Call state of the task. | Yes | |
conference | ConferenceState | Conference state of the task. | Yes | |
channelDefinition | TaskChannelDefinition | Channel definition of the task. | Yes | |
conversation | ConversationState.ConversationState | Conversation state of the task. Present if task is chat-based. | Yes |
Rate this page