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