Turn off sound notifications

By default, the chat widget will display a sound when a new message arrives if the window is not in focus. If you do not want a sound to be played, you can disable notification sounds by adding the soundNotificationEnabled property with a value of false.

<script>
const options = {
  integrationId: '<integration Id>',
  soundNotificationEnabled: false,
},

ingeniousai.init(options).then();
</script>
Was this article helpful?
0 out of 0 found this helpful