Skip to content
Cloudflare Docs

rtk-participant-count

A component which shows count of total joined participants in a meeting.

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPackdefaultIconPackIcon pack
meetingMeeting-Meeting object
sizeSize-Size
tRtkI18nuseLanguage()Language

Usage Examples

Basic Usage

<rtk-participant-count></rtk-participant-count>

With Properties

<rtk-participant-count
size="md">
</rtk-participant-count>
<script>
const el = document.querySelector("rtk-participant-count");
el.meeting= meeting
</script>