One Session Only

Description
Hi, Do Zoom Video SDK have any way to only allow one session per participants. Currently if same user joins in multiple tabs it will let user in. I do have workaround working(using my own socket implementation). Wondering if SDK can provide similar functionality.

Which Web Video SDK version?
1.1.5

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Join Live Session
  2. Duplicate Tab
  3. It will let second tab join too

Hey @mianmuneebajaz ,

We do not have this built in, however, you can add logic on your end to prevent others from joining.

Checkout our new Video SDK APIs, you can check to see how many participants are in the session before joining it: https://marketplace.zoom.us/docs/api-reference/zoom-video-sdk-api/sessions/sessiondetail

Thanks,
Tommy

1 Like

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