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