Mac/Electron version cannot send audio

initPublisher cannot capture audio on Mac using Electron. I tried both Mac internal mic and external mic.
Same code can send audio on Windows/Electron, also works in Mac/Chrome. Anyone having similar issue?

Please can you fill an issue in github https://github.com/OpenVidu?

Please indicate MacOS version and electron version you tested. Can you test in several MacOS versions to see if issue appears in all versions?

Electron/dev mode is fine. After electron-builder, it has the problem. But after I use another folder and rerun electron-build it is ok again. Didn’t find the root cause.

Please clarify, have to manage to get it working re-running electron-build in another folder?

Correct. New folder, check out code from git, run electron-builder, then it is fine. Before, I removed dist and build folders, didn’t help. Still a mystery to me.