You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Administrative users want to be able to see all recordings, across all users, made in a given period of time.
Currently the Zoom API lists recordings, siloed by user. To accomplish this we would need to scrape the date range, for each user, and then summarise. Realistically this would be both slow to perform, and likely reach API limits quickly. Instead we need to, in the background, scrape every Zoom user, and present the admin user with a summary based on the current scrapings.
The text was updated successfully, but these errors were encountered:
Administrative users want to be able to see all recordings, across all users, made in a given period of time.
Currently the Zoom API lists recordings, siloed by user. To accomplish this we would need to scrape the date range, for each user, and then summarise. Realistically this would be both slow to perform, and likely reach API limits quickly. Instead we need to, in the background, scrape every Zoom user, and present the admin user with a summary based on the current scrapings.
The text was updated successfully, but these errors were encountered: