Video SDK React Native @ 1.11.5
We’re facing the INVALID_OPERATION error with the message: subscribe video counts greater than maximum size (4)
We can’t enable headers for being cross origin isolated because it breaks a lot of other resources.
Would like to know if it’s possible to having more than 4 participantes with video on without defining the headers as bellow:
Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp
Hey @samuelhgf
Thanks for your feedback.
From your description, I assume you are using Video SDK Web.
We provide an additional option for this scenario. You can specify disableRenderLimits
in the enforceMultipleVideos
property. However, please be aware that too many videos might cause performance issues.
We are launching a new video solution based on WebRTC that will eliminate the dependency on SharedArrayBuffer
and the limitations on the number of videos. Please Stay tuned.
Thanks
Vic
1 Like