Home > Mobile >  How do Zoom and Chrome allow for Virtual Webcams without com.apple.security.cs.disable-library-valid
How do Zoom and Chrome allow for Virtual Webcams without com.apple.security.cs.disable-library-valid

Time:06-11

This is a continuation of a previous question asked a few years ago: enter image description here

What is Zoom doing to allow for virtual webcams? I'd like to do this in my own application but I need the com.apple.security.cs.disable-library-validation entitlement to allow for virtual webcams.

Fwiw Chrome also does not have this, though Loom and Firefox do.

Looks like it was enter image description here

CodePudding user response:

I believe what's happening is there is a "plugin" or sub-app that has this permission enabled in Zoom. The app for Zoom is called "caphost".

enter image description here

You can see Cr-related code here that allows for this entitlement here: helper-plugin-entitlements.plist

  • Related