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 |
t |
RtkI18n |
❌ | useLanguage() |
Language |
variant |
ViewerCountVariant |
✅ | - | Viewer count variant |
<rtk-viewer-count></rtk-viewer-count><rtk-viewer-count
variant="primary">
</rtk-viewer-count><script>
const el = document.querySelector("rtk-viewer-count");
el.meeting= meeting
</script>