SharedArrayBuffer support in Zoom Video SDK

Hi,

Please let us know if there are any plans to update the zoom web video SDK so that it doesn’t rely on SharedArrayBuffer enabled from origin trials.

The support for the SharedArrayBuffer origin trial will be stopped by Oct 19, 2022 as per this link. Origin Trials

Thanks
Krishnan

1 Like

Hey @kvr

Thanks for your feedback.

SharedArrayBuffer is the essential part of Video SDK Web. We recommend our customers to use Cross-Origin-Embedder-Policy: credentialless, which was shipped in Chrome 96. And another way is to enable the enforceMultipleVideos option in the init method, which will enable 4 (3 others+1 self) videos on the same canvas, but the performance may not be that good.

Thanks
Vic

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