I want to access to the recording analytics information for a specific ID and date, identified with an unique meeting_id.
Both, the url for detail and analytics are like this:
https://zoom.us/recording/detail?meeting_id={base64}
https://zoom.us/recording/analytics?meeting_id={base64}
I could see that for several dates with the same topic and ID, the meeting_id is different.
How this base64 is calculated?
