Skip to content

Instantly share code, notes, and snippets.

@arnlaugsson
Last active November 20, 2021 12:00
Show Gist options
  • Save arnlaugsson/91fa307c9a9d0048bc67ed03a3d0388f to your computer and use it in GitHub Desktop.
Save arnlaugsson/91fa307c9a9d0048bc67ed03a3d0388f to your computer and use it in GitHub Desktop.
How to get EpoCam working on Teams

Make video conferencing equipment work with Teams on MacOS

EpoCam didn't want to connect to Microsoft Teams. So, we have to "unsign" the application. This also worked for Polycom conference room equipment.

Do the following:

  1. Shut down Teams.

  2. Open up a terminal (iTerm 2 is reccomended, but not needed)

  3. Run the following lines of commands.

    xcode-select --install
    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"
  4. Start Teams, and set up the camera.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment