Skip to content

rtk-mute-all-confirmation

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPack❌defaultIconPackIcon pack
meetingMeeting✅-Meeting object
statesStates✅-States object
tRtkI18n❌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>