diff options
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ app.commandLine.appendSwitch('disable-site-isolation-trials'); // This allows BrowserWindow.setContentProtection(true) to work on macOS. // https://github.com/electron/electron/issues/19880 -app.commandLine.appendSwitch('disable-features', 'IOSurfaceCapturer'); +app.commandLine.appendSwitch('disable-features', 'DesktopCaptureMacV2,IOSurfaceCapturer'); // Enable Opus RED field trial. app.commandLine.appendSwitch('force-fieldtrials', 'WebRTC-Audio-Red-For-Opus/Enabled/'); |