ParticipantAvatars

fun ParticipantAvatars(members: List<MemberState>? = null, participants: List<ParticipantState>? = null)

Component that renders user avatars for a call.

Parameters

members

The list of call members to render avatars for. If null, participants will be used instead. Takes precedence over participants if both are not null.

participants

The list of call participants to render avatars for. If null, members will be used instead.

See also


Deprecated

This version of ParticipantAvatars is deprecated. Use the newer overload.

Replace with

ParticipantAvatars

Component that renders user avatars for call participants.

Parameters

participants

The list of participants to render avatars for.

See also