Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: control sound volume of notifications #1743

Open
jamminjames opened this issue Mar 2, 2022 · 0 comments
Open

Feature request: control sound volume of notifications #1743

jamminjames opened this issue Mar 2, 2022 · 0 comments

Comments

@jamminjames
Copy link

There should be a way to control the volume of the sound notifications, eg, the sound to notify admin when a user starts a chat or replies, etc.

The current level can be too loud (my case) or too quiet, depending on the setting of the computer being used. Controlling it with the main volume on the computer is not ideal, as that is set as it is for other reasons.

A reply in the LHC forum said a change could be made to the code at line 149 in lh.js to accomplish this:
this.audio = typeof window.Audio !== "undefined" ? new Audio() : null;

I'm not a developer, but since this is an open source app, I thought I'd put this feature request out there.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants