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