Skip to content

Instantly share code, notes, and snippets.

@kayleema
Created November 12, 2020 01:40
Show Gist options
  • Save kayleema/c14f71ec37dc6e8a45ef07dcf6328ee3 to your computer and use it in GitHub Desktop.
Save kayleema/c14f71ec37dc6e8a45ef07dcf6328ee3 to your computer and use it in GitHub Desktop.
How to make Microsoft Teams support Virtual Webcams on OSX
sudo codesign --remove-signature "/Applications/Microsoft Teams.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (GPU).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Plugin).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment