Skip to content

rtk-mute-all-button

Last updated View as MarkdownAgent setup

Properties

Property Type Required Default Description
iconPack IconPack1 defaultIconPack Icon pack
meeting Meeting - Meeting object
size Size1 - Size
t RtkI18n useLanguage() Language
variant ControlBarVariant - Variant

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-mute-all-button></rtk-mute-all-button>

With Properties

<!-- component.html -->
<rtk-mute-all-button
 [meeting]="meeting"
 size="md"
 variant="button">
</rtk-mute-all-button>

Was this helpful?