We wish to download Rooms recordings via the API.
Once a Room recording is made, under which user is the recording stored? Is it by the user that started the room?
What is the API access point to download Rooms recordings?
Currently we use:
[Zoom API]/meetings/[Meeting Instance ID uuid]/recordings
And we get the uuid from
[Zoom API]/past_meetings/[Meeting ID]/instances
and we get the meeting ID from:
[Zoom API]/users/[Zoom User ID]/recordings
Is this the same - how do we identify it as room recording?