We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe82279 commit 3f50fa1Copy full SHA for 3f50fa1
main.js
@@ -51,7 +51,7 @@ app.commandLine.appendSwitch('force-fieldtrials', 'WebRTC-Audio-Red-For-Opus/Ena
51
52
// Wayland: Enable optional PipeWire support.
53
if (!app.commandLine.hasSwitch('enable-features')) {
54
- app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer');
+ app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer,WebRtcPipeWireCamera');
55
}
56
57
autoUpdater.logger = require('electron-log');
0 commit comments