Skip to content

rtk-mute-all-button

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack1❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
sizeSize1✅-Size
tRtkI18n❌useLanguage()Language
variantControlBarVariant✅-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>