macOS audio permission denied
See original GitHub issueAknowledgements
-
I have checked that there’s no other issue describing the same or similar problem that I currently have, regardless if it has been closed or open.
-
I can confirm that this is not an issue with the Discord website, but it is a problem specific to the WebCord itself. I have tested if this bug occurs on Chromium/Chrome or any other Chromium-based browser that uses unpatched/upstream Chromium engine.
-
I have tried running the build from the
master
branch and it does not have any fixes implemented according to my issue. -
My issue describes one of the unstable and/or not fully implemented features.
-
I have found a workaround to mitigate or temporarily fix this issue in affected releases (please write it in Additional context section below).
Operating System / Platform
🍎️ MacOS
Operating system architecture
aarch64 (64-bit ARM)
Electron version
19.0.7
Application version
3.4.0
Bug description
It should somehow ask user to turn on permissions in System Preferences -> Security & Privacy -> Privacy.
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Comments:10 (3 by maintainers)
Top GitHub Comments
Confirmed that 3.7.1 fixed it, tho the first time when asking for permission it shows and error page. Click allow then re-enable the mic worked.
Actually, I will reopen this, from this description it might still be required to invoke this on macOS 10.14+. https://developer.apple.com/documentation/avfoundation/capture_setup/requesting_authorization_for_media_capture_on_macos?language=objc
I won’t however add any entitlements since the app is not signed (i.e. app will crash when requesting permissions when signed).