Description of icon
API Reference

ParticipantCanvas

This component renders a single participant.


Component children#

KeyComponentConditionAlignDescription
avatarstyled(div)
The participant avatar while on a call. Displays worker.attributes.image_url prop
avatar-hoverstyled(div)
Included only if participant (from props) is on hold or connecting
Hover shown over participant avatar during an active call if participant is connecting or on hold
namestyled(div)
Div containing participant name
statusstyled(div)
Div containing participant status
actionsstyled(div)
Visible only if hideActions prop is false and task was initiated by the current agent
Container for actions that can be taken on a participant
transcriptParticipantContainerstyled(div)
Container for displaying the participant of the active call
transcriptParticipantMetaContainerstyled(div)
Container for displaying the meta information of the participant in the active call
transcriptParticipantAvatarTwilio paste component
Avatar to show the initials of the Agent name that has joined the active call
transcriptParticipantStatusContainerstyled(div)
Container for displaying the status of the participant in the active call

Static Properties#

NameTypeDescription
ContentDynamicContentStore<ParticipantCanvas.ParticipantCanvasChildrenProps, ParticipantCanvasChildrenKeys>

Dynamic content store

ListItemObject

Dynamic content properties for List item

ActionsObject

Dynamic content properties for action buttons container

Component Properties#

NameTypeDescriptionOptionalDefault
participantConferenceParticipant

Represents a single participant of a conference.

No
participantWidthnumber

Represents width of the participant container.

No
hideActionsboolean

Identifies if the participant actions are hidden.

Yes
listModeboolean

Identifies if the participant are rendered in list mode.

Yes
isCCAICallboolean

Identifies if the active call is a CCAI call.

Yes

Component Children Properties#

NameTypeDescriptionOptionalDefault
theme.ParticipantsCanvas.ParticipantCanvasParticipantCanvasThemeProps

Theme

Yes
participantConferenceParticipant

Represents a single participant of a conference.

No
participantWidthnumber

Represents width of the participant container.

No
hideActionsboolean

Identifies if the participant actions are hidden.

Yes
listModeboolean

Identifies if the participant are rendered in list mode.

Yes
isCCAICallboolean

Identifies if the active call is a CCAI call.

Yes