Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2023-07-28 05:58 PM - edited 2023-07-28 06:09 PM
Problem:
I don't see the Zoom app icon in System Settings>Privacy & Security>Camera to provide the required permissions.
I've tried:
- Check another permission in System Settings>Privacy & Security>Microphone - it works as expected. I can see the Zoom app icon and allow the app to use Mic. Accordingly, I can make a call with Zoom, but without Video.
- Reinstall Zoom. Uninstall it completely and install it from the stretch. Same issue.
- Uninstalling the Zoom app with the CleanMyMac app doesn't help too.
- Check the Camera permission tab in System Settings>Privacy & Security with another app (Skype). It works as expected. After installation, the Skype app icon appeared in the Camera permission tab and I'm able to grant permissions for the app. Also, I can make a call with a video with the Skype app and Google Meet.
App version
I use the latest version of Zoom 5.15.5 (20753)
Mac OS has also the latest update 11.7.8 (20G1351)
The camera is built into the iMac.
So, it looks like the Mac OS works as expected but I can't grant video permissions for the Zoom app.
2023-08-03 01:58 PM
Hi @RossK welcome to the community and thank you for your question! 🙂 It looks like I was able to find some resources that may help!
First, lets try to Reset the Privacy Database and restart zoom. You will be asked to grant the access again when you try to access camera/microphone.
1. Open terminal
2. Enter the following command to reset camera: tccutil reset Camera
3. Restart Zoom and attempt to grant the access again
Let me know if that works! If not, let me know and we can try something else, thanks!
2023-08-03 03:06 PM
Thanks to bring a new idea.
Camera permissions were cleaned up after applying this command. Unfortunately, Zoom can't request Camera permissions because it is crashing on this step (number 3, in your list)
Debug stack looks like
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
I've checked it several times. Re-install Zoom doesn't help to resolve the issue.
All other apps that had been using Camera stopped using Camera also and I can't grant access again, because the list of apps is empty (see screenshot)
After re-installing the Skype app, the Skype icon not appeared in the Camera permission tab and I'm not able to grant permissions for the app.
2023-08-03 03:45 PM
Hey @RossK interesting find... I was just Googling this issue because you mentioned Skype not popping up to give permissions. My other suggestion was to manually add the permissions, but I would rather try to get other applications you use to be able to configure those camera settings.
I did come across this https://www.lemonproductions.ca/how-to-fix-macos-mic-or-camera-permissions/ and watched the video, and the user had some different softwares trying to access camera permissions (OBS, Zoom, Teams, etc.), take a look at that troubleshooting article and let me know what you think? Some of the comments in that are pretty helpful as well if none of the suggested help.
I wish I could replicate this issue to test for you, but unfortunately I am not on the same macOS version nor seeing the same from my end. 😕
2023-08-04 08:19 AM - edited 2023-08-04 08:23 AM
yeah, the issue is with the TCC.db database. I fixed it in the manual.
sqlite3 ~/Library/Application\ Support/com.apple.TCC/TCC.db
insert into access values ('kTCCServiceMicrophone','<AppBundleURLname>', 0, 2, 2, 1, null, null, null, 'UNUSED', null, null, 1669648527);
.quit
where <AppBundleURLname> can be found in
grep 'BundleIdent' -A 1 /Applications/zoom.us.app/Contents/Info.plist
but later I found a better way to use https://github.com/DocSystem/tccutil
Also, I tested some other tools but it doesn't work for me