Maintenance is being performed on Zoom's support site on November 4 that may cause support impact. For more information, please click here.
Everything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Remove the hassle of traditional scheduling with Zoom Scheduler
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Optimize contact center agent performance and engagement
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Hardware purchase and subscription options
Flexible subscription plans for hardware
Protect certain data at rest with your own encryption keys
An open platform that allows developers to build Zoom apps and integrations.
Explore thousands of apps that work with or within Zoom
Documentation for building with Zoom's technology using SDKs, APIs, and webhooks
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2023-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