After setting up Cross-Origin Isolation not able to render user video

Hi there,

I need to use zoom video sdk 720p Quality video but after enabling Cross-Origin Isolation by adding this code :

@php

header(“Cross-Origin-Opener-Policy: same-origin”);

header(“Cross-Origin-Embedder-Policy: require-corp”);

@endphp

after this video render is not working it just went all black in canvas and video tag.

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