Skip to content

Feature request: control sound volume of notifications #1743

@jamminjames

Description

@jamminjames

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions