Skip to content

rtk-mute-all-confirmation

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
statesStates✅-States object
tRtkI18n❌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>