How to hide participant(swipe tab) list in zoom SDK in android?
we already try with NO_BUTTON_PARTICIPANTS
opts.meeting\_views\_options = MeetingViewsOptions.NO\_BUTTON\_PARTICIPANTS;
but its not the work and not the hide participant list. can you please let me know the alternate solution.
prioirty urgent to hide participant list.
Thnaks in advnace
Thanks for using Zoom SDK. Are you trying to hide the participant button? I just try your code in our demo app and it is working as expected. The following code will hide the participant button in the Zoom default UI.