We switched to OAuth 2.0 from JWT authentication and are able to get our meeting recordings.
We need to play meeting recordings for training purposes, and previously we were doing that by accessing them like this: recording.download_url?access_token=BEARERTOKEN
Unfortunately, that doesn’t work anymore and the links are always asking for a password now. We tried replacing the BEARERTOKEN with the access token that we get from Zoom, however, that doesn’t work.
I can see that the API response returns a download_url, a play_url, and a recording_play_passcode, but I am struggling to find any documentation on how these should be used.
Can you please help me understand how to get a meeting recording URL so that we can play it in a player on our internal portal without being asked for a password?