Skip to content
Cloudflare Docs

rtk-participants-stage-queue

Properties

PropertyTypeRequiredDefaultDescription
configUIConfig1createDefaultConfig()Config
iconPackIconPack1defaultIconPackIcon pack
meetingMeeting-Meeting object
sizeSize1-Size
tRtkI18n1useLanguage()Language
viewParticipantsViewMode-View mode for participants list

Usage Examples

Basic Usage

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

With Properties

<!-- component.html -->
<rtk-participants-stage-queue
[meeting]="meeting"
size="md"
[view]="participantsviewmode">
</rtk-participants-stage-queue>