Skip to content

rtk-participants-stage-list

A component which lists all participants, with ability to run privileged actions on each participant according to your permissions.

Properties

PropertyTypeRequiredDefaultDescription
configUIConfig❌createDefaultConfig()Config
hideHeaderboolean✅-Hide Stage Participants Count Header
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
searchstring✅-Search
sizeSize✅-Size
statesStates1✅-Meeting object
tRtkI18n❌useLanguage()Language
viewParticipantsViewMode✅-View mode for participants list

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-participants-stage-list></rtk-participants-stage-list>

With Properties

<!-- component.html -->
<rtk-participants-stage-list
[hideHeader]="true"
[meeting]="meeting"
search="example">
</rtk-participants-stage-list>