How to get participant list in meeting using Zoom android meeting sdk

Currently there is android sdk api using zoom
InmeetingService e.g mInMeetingService.showZoomParticipantsUI(MyMeetingActivity.this, REQUEST_PLIST);

But I want only the list of participants and I do not want to pass an activity class. Is there a way to get just participant list.

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