expiring zoom id when meeting ends
After creating a user and registering them with the Zoom API, which then returns the Zoom ID, we save this ID into our database. Later, when the Zoom call ends, we modify the status of the ID in our application's logic.
Has Zoom introduced any feature that manages the status of IDs or automatically expires them when a Zoom call ends?
Show less