Components

ParticipantsCanvas

<ParticipantsCanvas {...ParticipantsCanvas.ParticipantsCanvasProps} />

This component renders a collection of participants. Can be themed with theme.ParticipantsCanvas

Component children

The following table contains a list of children.
Key Condition Type Align Description
onHold Visible only if task is conference call and worker is on hold styled(div) 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

Members

DynamicContentStore.<ParticipantsCanvas.ParticipantsCanvasChildrenProps>

# static readonly Content

Dynamic content store

Type Definitions

ParticipantsCanvas.ParticipantsCanvasProps

# ParticipantsCanvasChildrenProps

Properties of children in participants canvas.
Properties:
Name Type Attributes Description
theme.ParticipantsCanvas Theme.ParticipantsCanvasThemeProps <optional>
theme.

# ParticipantsCanvasProps

Properties of children in participants canvas.
Properties:
Name Type Attributes Description
includeMyself boolean <optional>
Identifies if current logged in worker is included.
hideActions boolean <optional>
Identifies if the participant actions are hidden