Skip to content

rtk-viewer-count

Last updated View as MarkdownAgent setup

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

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
meeting Meeting - Meeting object
t RtkI18n useLanguage() Language
variant ViewerCountVariant - Viewer count variant

Usage Examples

Basic Usage

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

With Properties

<!-- component.html -->
<rtk-viewer-count
 [meeting]="meeting"
 variant="primary">
</rtk-viewer-count>

Was this helpful?