How to Show gallery view

Hi, Which method is used to show small thumbnails of video users on Android ?

Hi L11,

Thanks for using Zoom SDK. On Android, you can use setGalleryViewDisabled(boolean) method to enable or disabled the gallery view. You can also use the setGalleryViewCapacity(int) method to set the number of thumbnails you would like to show on the screen.

Let me know if you have any questions. Thank you very much!

1 Like

Hi L11,

Thanks for using Zoom SDK.User can slide to gallery view by touch the screen . We don’t have an API to switch gallery view.