Skip to content

rtk-mute-all-confirmation

Last updated View as MarkdownAgent setup

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
meeting Meeting - Meeting object
states States - States object
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

<rtk-mute-all-confirmation></rtk-mute-all-confirmation>

With Properties

<rtk-mute-all-confirmation>
</rtk-mute-all-confirmation>
<script>
  const el = document.querySelector("rtk-mute-all-confirmation");

  el.meeting= meeting
</script>

Was this helpful?