I was try with Zoom sample web app. It work properly in server if use http but not working with https, and gallery view not found
It work properly in server if use http but not working with http
no problems here, what are the error messages
and gallery view not found
you have to enable SharedArrayBuffer → Cross-Origin Isolation
Thanks for your reply. On http its working fine but on https its not working and there was no error in console.
I am new in Zoom , will you please assist how to enable SharedArrayBuffer and Cross Origin Isolation . I am using ASP .Net & C#
As per your advice, I was adding
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin
in my web config file , Now its working fine…Thanks
**But Record Video Button not showing… pls advice
Okay, Thanks for you assistance

