How Can We Help?
How to remove the option remove sound notification?
By default, the sound notification can be changed by any user. To remove the sound notification option, add this code to your chat CSS.
.options-dialog .toggle-sound { display: none; }
Add this CSS code using the admin panel (see how in here for web CSS, here for mobile CSS).