Skip to content

rtk-audio-tile

Last updated View as MarkdownAgent setup

Properties

Property Type Required Default Description
config UIConfig - Config
iconPack IconPack1 defaultIconPack Icon pack
meeting Meeting - Meeting
participant Peer - Participant object
size Size - Size
states States1 - States
t RtkI18n1 useLanguage() Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-audio-tile></rtk-audio-tile>

With Properties

<!-- component.html -->
<rtk-audio-tile
 [config]="defaultUiConfig"
 [meeting]="meeting"
 [participant]="participant">
</rtk-audio-tile>

Was this helpful?