ParticipantsCanvas
This component renders a collection of participants. Can be themed with [theme.ParticipantsCanvas]{@link ParticipantsCanvas.ParticipantsCanvasThemeProps}
Component children#
| Key | Component | Condition | Align | Description |
|---|---|---|---|---|
| onHold | styled(div) | Visible only if task is conference call and worker is on hold | Wrapper for on hold container. Displays `CallCanvasWorkerOnHold` template and button to unhold worker | |
| participantsContainer | styled(div) | Scrollable wrapper for `ParticipantsContainer` that renders the participants of the call |
Static Properties#
| Name | Description | Type |
|---|---|---|
| Content | Dynamic content store | DynamicContentStore.<ParticipantsCanvas.ParticipantsCanvasChildrenProps> |
Component Properties
includeMyself?: booleanIdentifies if current logged in worker is included.
hideActions?: booleanIdentifies if the participant actions are hidden