CallCanvasDialpad
This component renders a dialpad on call canvas.
Static Properties#
Name | Type | Description |
---|---|---|
Content | DynamicContentStore<CallCanvasDialpad.CallCanvasDialpadChildrenProps> | Dynamic content store |
Component Properties#
Name | Type | Description | Optional | Default |
---|---|---|---|---|
dialpadState | DialpadState | Represents the state of the dialpad. | No | |
compact | boolean | If dialpad should be compact. | 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 |
---|---|---|---|---|
dialpadState | DialpadState | Represents the state of the dialpad. | No | |
compact | boolean | If dialpad should be compact. | 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