Clarify HardwareMediaKeyHandling disable flag.

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
Signed-off-by: Tom Van Eyck <tom.vaneyck@telenet.be>
This commit is contained in:
Tom Van Eyck 2021-04-03 14:10:11 +02:00
parent cdbda52d9a
commit 14a65fb0af

View file

@ -814,6 +814,7 @@ protocol.registerSchemesAsPrivileged([{
// transition into the user's browser.
app.enableSandbox();
// We disable media controls here. We do this because calls use audio and video elements and they sometimes capture the media keys. See https://github.com/vector-im/element-web/issues/15704
app.commandLine.appendSwitch('disable-features', 'HardwareMediaKeyHandling,MediaSessionService');
app.on('ready', async () => {