Skip to content
Cloudflare Docs

rtk-mute-all-confirmation

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPackdefaultIconPackIcon pack
meetingMeeting-Meeting object
statesStates-States object
tRtkI18nuseLanguage()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>