DyteSettingsAudio
A component which lets to manage your audio devices and audio preferences.
Emits dyteStateUpdate event with data for muting notification sounds:
{
  prefs: {
    muteNotificationSounds: boolean;
  }
}
<DyteSettingsAudio meeting={meeting} />