Users leaving the session not being reported

Description
When multiple users leave a session at a similar time (within ~1 sec), only one user leaving is reported via:

onUserLeave(_ helper: ZoomVideoSDKUserHelper?, users userArray: [ZoomVideoSDKUser]?)

Which iOS Video SDK version?

  • 1.3.0 - 1.3.3

To Reproduce
Steps to reproduce the behavior:

  1. Create a session and make 3 users join the session
  2. Make 2 users leave the session roughly at the same time - tap leave button on 2 devices at the same time
  3. The third users that is still in the session gets onUserLeave called only once with the userArray with only 1 user object.

Additional context
What i’ve noticed is that users that leave the room often have ZoomVideoSDKUser.getUserID with value of 0 (which is also wrong and could be reported as a separate issue).
If multiple users have the same userID they treated as the same user, causing the issue :point_up:.

IMO fixing the userID = 0 would help fix both issues.

@rokgregoric
Thanks for your reposing this issue.
We have tracked this issue to develop team.
Thanks,

1 Like

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