diff --git a/app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js b/app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js index d591fd1cf..e1156dd05 100644 --- a/app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js +++ b/app/javascript/dashboard/helper/AudioAlerts/DashboardAudioNotificationHelper.js @@ -46,6 +46,10 @@ class DashboardAudioNotificationHelper { this.playAlertOnlyWhenHidden = !alwaysPlayAudioAlert; this.alertIfUnreadConversationExist = alertIfUnreadConversationExist; this.audioAlertTone = audioAlertTone; + getAlertAudio('', { + type: 'dashboard', + alertTone: this.audioAlertTone, + }); }; onAudioListenEvent = async () => {