I’m currently working on a desktop application for recording, and I’ve hit a bit of a roadblock. Specifically, I’m trying to record system audio, and I found that Chrome has a flag #mac-loopback-audio-for-screen-share that seems to enable this.
I’ve been trying to enable this flag within our Electron app, but so far, no luck. I followed the standard procedure as per the documentation, but it doesn’t seem to work.
My questions are:
Is it possible to enable Chrome flags like #mac-loopback-audio-for-screen-share within an Electron app?
Am I missing something in the process?
Are there certain flags that Electron doesn’t support, and if so, is there a list or a way to know which ones are supported?
Thanks
We have tried
- app.commandLine.appendSwitch(‘enable-mac-system-audio-loopback’);
Gautam Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.