ConnectingOutboundCallCanvasActions
This component renders actions for Outbound call canvas.
Component children#
Key | Component | Condition | Align | Description |
---|---|---|---|---|
Cancel | React component | Container for Cancel button |
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<ConnectingOutboundCallCanvasActions.ConnectingOutboundCallCanvasActionsChildrenProps, ConnectingOutboundCallCanvasActionsChildrenKeys> | Dynamic content store |
Component Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
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 |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
theme.ConnectingOutboundCallCanvas | Theme.ConnectingOutboundCallCanvasThemeProps | 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