INTEGRITY Documentation

rtk-mute-all-button

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>