Skip to content
Cloudflare Docs

rtk-mute-all-button

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack1defaultIconPackIcon pack
meetingMeeting-Meeting object
sizeSize1-Size
tRtkI18nuseLanguage()Language
variantControlBarVariant-Variant

Usage Examples

Basic Usage

<rtk-mute-all-button></rtk-mute-all-button>

With Properties

<rtk-mute-all-button
size="md"
variant"button">
</rtk-mute-all-button>
<script>
const el = document.querySelector("rtk-mute-all-button");
el.meeting= meeting
</script>