rtk-mute-all-button
| Property | Type | Required | Default | Description |
|----------|------|----------|---------|-------------|
| iconPack | IconPack1 | ❌ | defaultIconPack | Icon pack |
| meeting | Meeting | ✅ | - | Meeting object |
| size | Size1 | ✅ | - | Size |
| t | RtkI18n | ❌ | useLanguage() | Language |
| variant | ControlBarVariant | ✅ | - | Variant |
<!-- component.html --><rtk-mute-all-button></rtk-mute-all-button><!-- component.html --><rtk-mute-all-button [meeting]="meeting" size="md" variant="button"></rtk-mute-all-button>