Skip to content
Snippets Groups Projects
Unverified Commit 271e0c6e authored by csett86's avatar csett86 Committed by GitHub
Browse files

Merge pull request #584 from jitsi/pipewire

feat(linux): enable PipeWire support for screensharing
parents 22b34066 0e0483cb
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,9 @@ app.commandLine.appendSwitch('disable-features', 'IOSurfaceCapturer');
// Enable Opus RED field trial.
app.commandLine.appendSwitch('force-fieldtrials', 'WebRTC-Audio-Red-For-Opus/Enabled/');
// Enable optional PipeWire support.
app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer');
// Needed until robot.js is fixed: https://github.com/octalmage/robotjs/issues/580
app.allowRendererProcessReuse = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment