BuSoft
(Swami)
September 15, 2020, 6:45am
1
Description
When i try to get all recordings against a meeting id it always return only first meeting instance recording files. I have checked another API end point like
“/v2/users/{userId}/recordings”. but it return all the meetings under the user. We do not want this.
Error
Unable to get all recordings against a meeting id
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
https://api.zoom.us/v2/meetings/{meetingId}/recordings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Schedule a Meeting by API
Start the meeting, start cloud recording and End the meeting after few min.
Start the meeting once again, start cloud recording and End the meeting after few min.
Try to get all the recordings for the meeting by the api (“/v2/meetings/{meetingId}/recordings”
Screenshots (If applicable)
Additional context
Someone already created a ticket like this and still no update release for that.
I’ve multiple cloud recordings for a meeting which were recorded during last few days (May 28th, May 31st):
[My_Recordings_-_Zoom%203]
When I do a get request to /meetings/{meetingId}/recordings, it returns only 2 files from May, 31st.
Hey @BuSoft
Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question.
Checkout these related threads that may have the answer you are looking for:
is cloud recording disabled for developer account?
I am trying to download a meeting recording that I had conducted, using
https://api.zoom.us/v1/recording/get
but i get ‘there is no recording for this meeting message’. I am passing the uuid as the meeting id.
The meeting recording did get saved on my local machine when the meeting ended but I cannot retrieve the recording to test the get recording service.
I’m using the /meetings/{meetingId}/recordings endpoint to request recordings for a meeting. Unfortunately it is not returning the recording files for a meeting that happened one month ago. It only returns the latest 15 files without a way to paginate the results, or even tell me there are more results. Is this going to be added to the API? I can see the files for the last two meetings (i’m generating all the different video files so there are 7-8 files per recording) but no more.
Description
Is it possible to start a cloud or local recording while in a zoom meeting? Eg the result of clicking “record” on the client UI.
This is assuming:
recording is enabled in settings but automatic recording is not enabled
The closest thing we have found is to PATCH /meetings/{id} with { auto_recording: 'local' } but it didn’t work (as is probably expected).
If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.
Thanks,
DeveloperBot
system
(system)
Closed
October 15, 2020, 4:45pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.