← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
rtk-mute-all-confirmation
Properties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Icon pack |
meeting |
Meeting |
✅ | - | Meeting object |
states |
States |
✅ | - | States object |
t |
RtkI18n |
❌ | useLanguage() |
Language |
Usage Examples
Basic Usage
<!-- component.html -->
<rtk-mute-all-confirmation></rtk-mute-all-confirmation>With Properties
<!-- component.html -->
<rtk-mute-all-confirmation
[meeting]="meeting">
</rtk-mute-all-confirmation>