aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorChristoph Settgast <csett86@web.de>2022-06-26 19:15:16 +0200
committerGitHub <noreply@github.com>2022-06-26 19:15:16 +0200
commit886994e9f43409cd04ad984a898efde3a3b46b8a (patch)
tree5f44f5d3bb21781a6e23caf35a10240ac37c922d /main.js
parent207c7cfff6e93dec2c1d04b8d517f88b590f72e4 (diff)
chore(deps): update electron to 19.0.6 (#760)
Contains Chromium 98 -> 102 update, for high level overview see https://www.electronjs.org/blog/electron-18-0 https://www.electronjs.org/blog/electron-19-0 Plan B support is now removed as well, as chromium 102 no longer offers it: https://chromestatus.com/feature/5823036655665152 Signed-off-by: Christoph Settgast <csett86@web.de>
Diffstat (limited to 'main.js')
-rw-r--r--main.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.js b/main.js
index c26bdce..c738a93 100644
--- a/main.js
+++ b/main.js
@@ -40,10 +40,6 @@ app.commandLine.appendSwitch('disable-features', 'IOSurfaceCapturer');
// Enable Opus RED field trial.
app.commandLine.appendSwitch('force-fieldtrials', 'WebRTC-Audio-Red-For-Opus/Enabled/');
-// Allow deprecated plan-b with electron 17.0.0. We'll need to address:
-// https://community.jitsi.org/t/switch-to-unified-plan-on-chrome/98322
-app.commandLine.appendSwitch('disable-features', 'RTCDisallowPlanBOutsideDeprecationTrial');
-
// Enable optional PipeWire support.
if (!app.commandLine.hasSwitch('enable-features')) {
app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer');