still we are not able to see record option in the zoom meeting.This is the ID info@focalpointk12.com which we use to login to zoom account. Can you please verify and let me know whether cloud option to this above zoom account is enabled or not.
Thanks for reaching out back to the Zoom Develope Forum, I am happy to help here!
Are you creating the meeting via API and setting “auto_recording” = cloud?
The second call that you are sharing, are you passing the field “method” = recording.start ?
Could you share with me the patch request body that you are sending so I can troubleshoot this issue further please?
Hey @swathi.a
Could you please share the request body that you are sending when creating the meeting please? I am not able to replicate this issue.
I am passing “auto_recording” = cloud and as soon as I start the meeting, it starts recording the meeting.
-Open the Zoom application on your mobile. Start a meeting and then press “More” > “Record”.
-Then it will start the recording, and you will see the “Recording” icon on the screen. Here you can press the icon to stop or pause it.
-Once done, you can view, share, and download Zoom recordings from your Zoom account.
It looks like you are passing an extra field in you request.
You do not need to pass the field “cloud_recording”:true
You only need to pass “auto_recording”:“cloud”
Hey @swathi.a
Did you call the second API while the meeting was live?
Could you share with me the link to the documentation that you are referring to please?
Now issue solved, I called second API while the meeting was live.
But I am unable to pause / stop the meeting recording until unless End the Meeting. Is there any API required or any option is there? Can you please give the solution.
Sure @swathi.a
With the endpoint Use in-meeting controls, you should be able to perform that action.
You will have to pass “recording.pause” or “recording.stop” as the value of the field “method”