ParticipantsCanvas
This component renders a collection of participants.
Can be themed with Theme.ParticipantsCanvas in Theme.
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?: boolean- Identifies if current logged in worker is included. 
- hideActions?: boolean- Identifies if the participant actions are hidden