Description of icon
Flex UI
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

Static Properties#

NameTypeDescription
ContentDynamicContentStore<ParticipantsCanvas.ParticipantsCanvasChildrenProps>

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

Component Children Properties#

NameTypeDescriptionOptionalDefault
theme.ParticipantsCanvasParticipantsCanvasThemeProps

Theme

Yes
externalArray<CallCanvasParticipant>

external call canvas participants.

No
participantsByCallSidRecord<string, Participant>

dictionary of participants with participantSid as the key.

No
Rate this page

Need some help?

We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.