Bug 461114 - Mute audio notifications in Do Not Disturb mode
Summary: Mute audio notifications in Do Not Disturb mode
Status: REPORTED
Alias: None
Product: plasma-browser-integration
Classification: Plasma
Component: Firefox (other bugs)
Version First Reported In: unspecified
Platform: Debian unstable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-28 13:30 UTC by Jean-Marie Favreau
Modified: 2025-08-08 21:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Marie Favreau 2022-10-28 13:30:13 UTC
When Do Not Disturb mode is activated, notifications are not visible, but any tab of the browser open on a social network may produce an audio notification.

It should be nice to have a way to mute these brower tabs when switching to this mode.
Comment 1 Kai Uwe Broulik 2022-10-28 14:23:40 UTC
Unfortunately there's not really a way to tell what kind of sound it is. There is a "sinkId" property on HTML Audio which is documented as "This ID should be one of the MediaDeviceInfo.deviceId values returned from MediaDevices.enumerateDevices(), id-multimedia, or id-communications." but I haven't seen that used anywhere yet.