I can't see myself in the video meeting (zoom web in iframe)

Added headers to nginx
add_header ‘cross-origin-resource-policy’ ‘*’;
add_header ‘Cross-Origin-Embedder-Policy’ ‘require-corp’;
add_header ‘Cross-Origin-Opener-Policy’ ‘same-origin’;
for zoom.html
image

But the problem is that the page is in an iframe and the video is not displayed.
If I go to zoom.html itself without the iframe, everything works, I can see myself

if I put the headers in location / other parts of the project are broken

Version 1.9.9

How do I set up nginx so that the headers also apply to iframe?

Hey @alexsss,

Thank you for reaching out to the Zoom Developer Forum. Currently, the Web SDK does not support being displayed in an iframe.

Please test setting those headers outside of an iframe or with the Sample Web App and let me know if that resolves the issue.

Thanks,
Max

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