Skip to content

rtk-mute-all-confirmation

Last updated View as MarkdownAgent setup

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>

Was this helpful?