Enabling SharedBufferArray disables Video/Camera stream

When I enable SharedBufferArray in my browser when running my Zoom Web Meeting SDK video stream is disabled and I cant turn it on, even though I allowed Camera for that website.

I cross-origin isolated my website and enabled SharedBufferArray:

I allowed Camera for that website in my Chromium:

But, when I disable SharedBufferArray by running:
delete (window as any).SharedArrayBuffer the Camera works.
Why is that?

I need both my Camera to work and to have SharedBufferArray for 720p streams, gallery view etc.
Please help!

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