ConnectingOutboundCallCanvas
This component renders a canvas for outbound call.
Can be themed with Theme.ConnectingOutboundCallCanvas
in Theme.
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<ConnectingOutboundCallCanvas.ConnectingOutboundCallCanvasChildrenProps> | Dynamic content store |
Component Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
firstLine | string | First line shown in the outbound call canvas. | Yes | |
secondLine | string | Second line shown in the outbound call canvas. | Yes | |
titleLine | string | Title string shown in the outbound call canvas. | 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 |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
theme.ConnectingOutboundCallCanvas | ConnectingOutboundCallCanvasThemeProps | Theme | Yes | |
firstLine | string | First line shown in the outbound call canvas. | Yes | |
secondLine | string | Second line shown in the outbound call canvas. | Yes | |
titleLine | string | Title string shown in the outbound call canvas. | 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 |