components/participants_components/participant_list_others library

Classes

ParticipantListOthers
ParticipantListOthers renders a scrollable list of participants not including the current user. Each participant is represented using ParticipantListOthersItem.
ParticipantListOthersOptions
ParticipantListOthersOptions defines the configuration options for the ParticipantListOthers widget, including a list of participants, co-host, and member identifiers.

Typedefs

ParticipantListOthersType = Widget Function({required ParticipantListOthersOptions options})