Skip to content

rtk-audio-grid

Last updated View as MarkdownAgent setup

Properties

Property Type Required Default Description
config UIConfig1 - Config
hideSelf boolean - Whether to hide self in the grid
iconPack IconPack1 defaultIconPack Icon Pack
meeting Meeting - Meeting
size Size1 - Size
states States1 - States
t RtkI18n1 useLanguage() Language

Usage Examples

Basic Usage

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

With Properties

<!-- component.html -->
<rtk-audio-grid
 [config]="defaultUiConfig"
 [hideSelf]="true"
 [meeting]="meeting">
</rtk-audio-grid>

Was this helpful?