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

<rtk-participants-stage-queue></rtk-participants-stage-queue>

With Properties

<rtk-participants-stage-queue
size="md">
</rtk-participants-stage-queue>
<script>
const el = document.querySelector("rtk-participants-stage-queue");
el.meeting= meeting
</script>