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 |
Component Children Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
theme.ConnectingOutboundCallCanvas | ConnectingOutboundCallCanvasThemeProps | Theme | Yes |
Rate this page