Skip to content

rtk-participants-stage-queue

Last updated View as Markdown Agent setup

Properties

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

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>

Was this helpful?