API Get Recordings
Dev zoom url → path: docs/api/rest/reference/video-sdk/methods/#operation/recordingGet
Description
I’m thinking if it’s possible to fetch recordings based on session_name. The reasoning for this is the following:
On a normal call I only create one session_id.
On a different call but both users left the room and then rejoined later, I saw that zoom creates a new session_id but with same session_name as I defined previously but adding a session_key with my previous session_id. The part that zoom creates a new session_id and I only get notified at the frontend leaves me with my DB unsynced.
Right now I’m having a hard time for this scenario to keep my DB in sync, if I could query recordings based on session_name that should solve all of my issues.
Or if you have a way to solve this I’m all ears.