Skip to content

rtk-participant-count

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

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
sizeSize✅-Size
tRtkI18n❌useLanguage()Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-participant-count></rtk-participant-count>

With Properties

<!-- component.html -->
<rtk-participant-count
[meeting]="meeting"
size="md">
</rtk-participant-count>