rtk-participant-count
A component which shows count of total joined participants in a meeting.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack | IconPack | ❌ | defaultIconPack | Icon pack |
meeting | Meeting | ✅ | - | Meeting object |
size | Size | ✅ | - | Size |
t | RtkI18n | ❌ | useLanguage() | Language |
<rtk-participant-count></rtk-participant-count><rtk-participant-count size="md"></rtk-participant-count><script> const el = document.querySelector("rtk-participant-count");
el.meeting= meeting</script>