bug with getParticipants?

ZoomSDKMeetingService* meetingService = [[ZoomSDK sharedSDK] getMeetingService];

NSArray* participantsList = [meetingService getParticipantsList];

 

There may be a bug with getParticipantsList where the array stores all participants that you have ever been in a meeting with forever. 

 

To recreate use ZoomSDKSample:

  1. “Start Meeting” as SDK user

  2. “End Meeting”

  3. “Start Meeting”

  4. “End Meeting”

  5. “Start Meeting”

  6. Go to “Modify Participants”

  7. Select “Participants List”

and as you can see the list just keeps getting bigger and bigger with old participants. Is there any way to clear the participants list when entering a new meeting or is this a bug?

 

thanks

Hi Daniel,

it has been fixed on the latest release. Please download from https://github.com/zoom/zoom-sdk-macos

Best