Description of icon
API Reference

ConnectingOutboundCallCanvas

This component renders a canvas for outbound call. Can be themed with Theme.ConnectingOutboundCallCanvas in Theme.


Static Properties#

NameTypeDescription
ContentDynamicContentStore<ConnectingOutboundCallCanvas.ConnectingOutboundCallCanvasChildrenProps>

Dynamic content store

Component Properties#

NameTypeDescriptionOptionalDefault
firstLinestring

First line shown in the outbound call canvas.

Yes
secondLinestring

Second line shown in the outbound call canvas.

Yes
titleLinestring

Title string shown in the outbound call canvas.

Yes
taskITask

Task.

Yes
callCall

Call state of the task.

Yes
conferenceConferenceState

Conference state of the task.

Yes
channelDefinitionTaskChannelDefinition

Channel definition of the task.

Yes
conversationConversationState.ConversationState

Conversation state of the task. Present if task is chat-based.

Yes

Component Children Properties#

NameTypeDescriptionOptionalDefault
theme.ConnectingOutboundCallCanvasConnectingOutboundCallCanvasThemeProps

Theme

Yes
firstLinestring

First line shown in the outbound call canvas.

Yes
secondLinestring

Second line shown in the outbound call canvas.

Yes
titleLinestring

Title string shown in the outbound call canvas.

Yes
taskITask

Task.

Yes
callCall

Call state of the task.

Yes
conferenceConferenceState

Conference state of the task.

Yes
channelDefinitionTaskChannelDefinition

Channel definition of the task.

Yes
conversationConversationState.ConversationState

Conversation state of the task. Present if task is chat-based.

Yes