components\participants_components\participant_list library
Classes
- ParticipantList
-
ParticipantList
renders a scrollable list of participant items, each with controls for muting, messaging, and removing, based onParticipantListOptions
. - ParticipantListOptions
-
ParticipantListOptions
defines the configuration options for theParticipantList
widget, including participant data, actions, and session details.
Typedefs
- ParticipantListType = Widget Function({required ParticipantListOptions options})