rtk-settings-audio
A component which lets to manage your audio devices and audio preferences.
Emits rtkStateUpdate
event with data for muting notification sounds:
{
prefs: {
muteNotificationSounds: boolean;
}
}
<rtk-settings-audio id="rtk-el"></rtk-settings-audio>
<script>
const el = document.getElementById('rtk-el');
el.meeting = meeting;
</script>