Chrome 92 Cross Origin Isolation implementation for react js

I have been struggling to implement Cross Origin Isolation. In sample application when I issue command npm run corp it works perfectly. But using it in my react web application causes host video not visible to host. In response header I am sending ‘Cross-Origin-Embedder-Policy’: ‘require-corp’,
‘Cross-Origin-Opener-Policy’: ‘same-origin’,. How it will be fixed?

Hey @devops,

Thank you for reaching out to the Zoom Developer Forum. Have you tried verifying that the SharedArrayBuffer API is working on the page? You can use the steps here to do that.

You can use that test to make sure it’s enabled on the pages you expect. If that doesn’t help, are you able to share how you’re setting the headers? What type of server are you using and where are you setting the HTTP headers?

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.