Can not get session’users after the session is closed | Community
Skip to main content
Newcomer
May 13, 2024
Question

Can not get session’users after the session is closed

  • May 13, 2024
  • 0 replies
  • 0 views

https://api.zoom.us/v2/videosdk/sessions/{sessionID}/users?type=past
This api is being used to retrieve the users of a session as soon as it ends, but I’m having trouble getting it to work (I’ve tried with type=past and live), and I’m getting a status 3001 error that says “Session does not exist.” When I try again after those 30s, it works. Could you perhaps suggest a solution for this issue? I need to utilize this api right away once the session closes.