Skip to content

Can't use on meeting app like Zoom/Google Meet (macOS Monterey 12) #78

Pinned Answered by ptrumpis
sassa7777 asked this question in Q&A
Discussion options

You must be logged in to vote

If these guides do not help:

You can try to fix Zoom with these steps:

  1. remove signing
sudo codesign --remove-signature "/Applications/Zoom.app"
  1. re-sign
sudo codesign --force --deep --sign - "/Applications/Zoom.app"

For any other application you need to replace "/Applications/Zoom.app" with your application path.

For Discord this would be:
sudo codesign --remove-signature "/Applications/Discord.app"
sudo codesign --force --deep --sign - "/Applications/Discord.app"

Installing and patching Snap Camera prior to any other…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ptrumpis
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ptrumpis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants