Zoom web sdk multiple participants streaming at a time show

Description
I have been using the zoom web sdk sample web app by generating API keys and secret keys. The sdk is working fine, but the multiple participants videos that is the gallery/grid view of all participants videos are not showing up. Is there any way to show multiple participants videos at a time (like it is shown in desktop app

Error
No error

Which version?
latest version

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


git clone https://github.com/zoom/sample-app-web.git --branch master --depth 1
cd sample-app-web/Local
npm install
npm run start
1 Like

Hey @adam.gab1145,

Currently Gallery View is not supported on the Web SDK. Only Self and Speaker view.

You can see the list of available features here:

Thanks,
Tommy

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