dyte-participant-count
A component which shows count of total joined participants in a meeting.
<dyte-participant-count id="dyte-el"></dyte-participant-count>
<script>
const el = document.getElementBydId('dyte-el');
el.meeting = meeting;
</script>
Props
meeting
iconPack
size
Size
Type
"lg" | "md" | "sm" | "xl"