| Property | Type | Required | Default | Description |
|---|---|---|---|---|
config |
UIConfig1 |
❌ | createDefaultConfig() |
Config |
iconPack |
IconPack1 |
❌ | defaultIconPack |
Icon pack |
meeting |
Meeting |
✅ | - | Meeting object |
size |
Size1 |
✅ | - | Size |
t |
RtkI18n1 |
❌ | useLanguage() |
Language |
view |
ParticipantsViewMode |
✅ | - | View mode for participants list |
<!-- component.html -->
<rtk-participants-stage-queue></rtk-participants-stage-queue><!-- component.html -->
<rtk-participants-stage-queue
[meeting]="meeting"
size="md"
[view]="participantsviewmode">
</rtk-participants-stage-queue>