Application work in server with http but not working with https

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 SharedArrayBufferCross-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#

do you see errors on console > “Network”

this is what it looks like when everything works fine with https

for “Cross Origin Isolation” you have two add special headers for the html pages which includes meeting SDK

Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin

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

the “Record Button” seems only available in the Zoom App, not in the web client or in the SDK web client

Okay, Thanks for you assistance