Microsoft Teams Setup / Reboot Necessary?

robert_m

New Member
Hi, I'm following these steps to get the virtual cam working. Is it necessary to reboot after step 4, and then do step 5 before using the virtual cam?

Microsoft Teams​

To get the Mac virtual camera to work on Microsoft Teams:
  1. Open the Terminal app which can be found in Launchpad on every Mac.
  2. Paste into the terminal
    Xcode-select --install
  3. Put in your password. NOTE: you will not see the password being put in, but it will be registering it.
  4. Once the previous step finishes installing, paste the following command into the terminal app and then input your password again
    sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"
  5. Now, re-sign the application.
    sudo codesign --sign - "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"
If step four doesn't allow the virtual camera to work on Microsoft Teams after restarting your Mac, try using the following like you did with step four and see if that allows it to work
  • sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper.app" and if it still does not work, you can try
  • sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (GPU).app" and if it still does not work you can try
  • sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (plugin).app"
 
Top