How to disable Screenshot/capturing while meeting in C#, Zoom Windows SDK

Hi @searchbarzoom,
I have found a solution for the issues you are facing…
Please follow the below steps to overcome the issue and you will no longer get the error unresolved token (0A00092F) extern C int __stdcall SetWindowDisplayAffinity as mentioned.

Right click on the project zoom_sdk_dotnet_wrap Select Properties. Check the screenshot below for your reference. On the Project property page, expand Linker Select Input and on the right side first dropdown Additinal Dependencies select inherit from parent or project defaults and Click Apply. Close the Property page, rebuild the zoom_sdk_dotnet_wrap project. The error will be gone.

Hope this helps…

Thanks,
SANIL T R

1 Like