Hello!
I hide my Intercom widget on some pages of the app using
Intercom('update', {hide_default_launcher: true});
.
The problem is that the user still hears messages sound even when the chat is hidden.
Is there any way to mute the chat?
Or any other methods to hide chat completely, including the sound?