Skip to content

rtk-livestream-indicator

Last updated View as MarkdownAgent setup

Properties

Property Type Required Default Description
iconPack IconPack1 defaultIconPack Icon pack
meeting Meeting - Meeting object
size Size1 - Size
t RtkI18n1 useLanguage() Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-livestream-indicator></rtk-livestream-indicator>

With Properties

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

Was this helpful?