A component which lets to manage your audio devices and audio preferences.
Emits rtkStateUpdate event with data for muting notification sounds:
{
prefs: {
muteNotificationSounds: boolean
}
}| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Icon pack |
meeting |
Meeting |
✅ | - | Meeting object |
size |
Size |
✅ | - | Size |
t |
RtkI18n |
❌ | useLanguage() |
Language |
variant |
'full' | 'inline' |
✅ | - | variant |
<rtk-microphone-selector></rtk-microphone-selector><rtk-microphone-selector
size="md">
</rtk-microphone-selector><script>
const el = document.querySelector("rtk-microphone-selector");
el.meeting= meeting
</script>