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

<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>

Was this helpful?