I am evaluating the suitability of the Zoom Video SDK (Web) for a new application, but I have concerns about participant count limitations and rendering a gallery view.
Hard upper limit
I could not find a definitive upper limit to how many participants can join a session. Does anyone know of a hard limit?
Viewing participants
There are notes about viewing all these participants, for example the official guide says
the SDK can only render 9 videos at the same time
I assume this means that one can render a paged gallery view with up to 9 participants per page. Is this correct?
Or is there a different way to stream a bigger item count per page where, say the gallery is stitched together on Zoom's servers and streamed as one video to the session client?
Example code
In April Gallery view was announced, but I could not find any example code. Can anyone point me to it?