| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Icon pack |
meeting |
Meeting |
✅ | - | Meeting object |
states |
States |
✅ | - | States object |
t |
RtkI18n |
❌ | useLanguage() |
Language |
<!-- component.html -->
<rtk-mute-all-confirmation></rtk-mute-all-confirmation><!-- component.html -->
<rtk-mute-all-confirmation
[meeting]="meeting">
</rtk-mute-all-confirmation>