mediaStream.isSupportMultipleVideos() always returns 'true' even if SharedArrayBuffer is disabled

Description
After update zoom video sdk web to version 1.10.5, mediaStream.isSupportMultipleVideos() always returns ‘true’ even if SharedArrayBuffer is disabled.

Browser Console Error
No error

Which Web Video SDK version?
1.10.5

Video SDK Code Snippets
mediaStream.isSupportMultipleVideos()

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Join session when SharedArrayBuffer is disabled
  2. Click turn on camera button
  3. Now video will not be rendered on canvas but rendered on other participants side

Device (please complete the following information):

  • Device: Desktop
  • OS: Windows 10
  • Browser: Microsoft Edge
  • Browser Version 120.0.2210.133 (Official build) (64-bit)

Hey @arfa.ahmed

Did you set the enforceMultipleVideos parameter when calling client.init method? If set to true, it means multiple videos can be rendered on the same canvas without SharedArrayBuffer.

Thanks
Vic

Yes, enforceMultipleVideos is set equal to !window.crossOriginIsolated. However, only the self-video is rendered on a single canvas, while other participants show a black screen.

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