How to get all recording from a meeting?

Hello

I know the UUID of a meeting for which there are 3 recordings (I see them from the admin page).
I call the GetMeetingRecordings ( /meetings/{meetingId}/recordings) with the UUID or with the ID
The answer give me the reference of the first or the last recording, but never the 3 of them

How do I get the others 2?

Thanks

We did it by listing recordings by userid, then check the return list for those that match the meetingid you need.

strange behaviour of the API!

but thanks anyway

Hey @EVant,

If the 3 recordings were from the same single meeting then you should be able to get all 3 from the Get Meeting Recordings endpoint.

And yes @ativsoftware, you can also get all Users Meeting Recordings which will return recordings for multiple meetings that a user had.

Thanks,
Tommy

HI Tommy

I should but I confirm that it doesn’t work.
I made the test through the API page to be sure of my coding.

The only today solution is through the Users Meeting Recordings.

I you want the uuids I made the tests with I send them to you.

Regards

Hey @EVant,

Yes, please private message me the meeting UUIDs so I can debug.

Thanks,
Tommy

I’ve made my test with this message but after changing the code, I found the same problem on other meetings.

Meeting UUID : KXuXej7QQU+GahgXPq7gBA==
Meeting ID: 514837352

There are 3 recordings
Nd6COQ80TnOSjTnda2TC3Q==
KXuXej7QQU+GahgXPq7gBA==
JpmvO7qNTZejwSHW3mW4ag==

Hey @EVant,

I do not see any recordings meeting:

Meeting UUID : KXuXej7QQU+GahgXPq7gBA==
Meeting ID: 514837352

Thanks,
Tommy

They are probably now in the trash

I’ve deleted a lot of recordings

Eric Vantroeyen

Hey @EVant,

Let me know some meeting IDs with recordings so I can investigate the issue.

Thanks,
Tommy