Enable field trial to enable Opus RED

This commit is contained in:
Saúl Ibarra Corretgé 2021-04-14 10:35:09 +02:00
parent f484312cd3
commit 10ac02c57f
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ app.commandLine.appendSwitch('disable-site-isolation-trials');
// https://github.com/electron/electron/issues/19880
app.commandLine.appendSwitch('disable-features', 'IOSurfaceCapturer');
// Enable Opus RED field trial.
app.commandLine.appendSwitch('force-fieldtrials', 'WebRTC-Audio-Red-For-Opus/Enabled/');
// Needed until robot.js is fixed: https://github.com/octalmage/robotjs/issues/580
app.allowRendererProcessReuse = false;