Description
I have created a scheduled meeting (not recurring). I started the meeting and started to record meeting in the cloud. For some technical reason, I had to end the meeting and again start the meeting and record it in the cloud. I did the same for 6 more times.
When I tried to fetch the meeting recording using " /meetings/{meetingId}/recordings" API. I get only the latest meeting recording. I used UUID of meeting as recommended in the API sheet to get all the recordings. But I got only the latest.
Steps to reproduce the behavior:
- Create a non recurring scheduled meeting
- Start the meeting.
- Record meeting in cloud.
- End the meeting after 5 min.
- Start the same meeting again.
- Record on cloud.
- End meeting after 10 min.
- Repeat step 2-4 for 5 more times.
- When I hit the API to fetch all recording, It listed only the latest. But the backend has all 6 recordings.