Description of icon
API Reference

ParticipantsCanvas

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


Component children#

KeyComponentConditionAlignDescription
onHoldstyled(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
participantsContainerstyled(div)
Scrollable wrapper for ParticipantsContainer that renders the participants of the call
transcriptContainerstyled(div)
Wrapper component that renders the list of participants in the CCAI flow
trasncriptDisclosureTwilio paste component
Twilio paste component that displays the list of participants in a collapsable element in CCAI flow
transcriptDisclosureHeadingTwilio paste component
A part of Twilio paste component (Disclosure) that displays heading
transcriptDisclosureContentTwilio paste component
A part of Twilio paste component (Disclosure) that displays the content in the Disclosure component
transcriptParticipantContainerstyled(div)
A container component

Static Properties#

NameTypeDescription
ContentDynamicContentStore<ParticipantsCanvas.ParticipantsCanvasChildrenProps, ParticipantsCanvasChildrenKeys>

Dynamic content store

Component Properties#

NameTypeDescriptionOptionalDefault
includeMyselfboolean

Identifies if current logged in worker is included.

Yes
hideActionsboolean

Identifies if the participant actions are hidden

Yes
isCCAICallboolean

Identifies if the call is a Google CCAI call or not.

Yes

Component Children Properties#

NameTypeDescriptionOptionalDefault
externalArray<CallCanvasParticipant>

external call canvas participants.

No
participantsByCallSidRecord<string, Participant>

dictionary of participants with participantSid as the key.

No
theme.ParticipantsCanvasParticipantsCanvasThemeProps

Theme

Yes
includeMyselfboolean

Identifies if current logged in worker is included.

Yes
hideActionsboolean

Identifies if the participant actions are hidden

Yes
isCCAICallboolean

Identifies if the call is a Google CCAI call or not.

Yes