At this time, you can enable / disable auto recording before the meeting. It would not work after the meeting has started. You would have to manually enable / disable it.
Let me know if you have any other questions. We will be happy to help.
can we download in our local when using zoom web-sdk. Or it need to store in cloud only? Through the following method:
ZoomMtg.record({
record: true
});
Anything on the roadmap to enable PATCH /meetings/{meetingId} to start cloud recording in a live meeting without using always on, Automatic Call Recording for a given host?
Example compliance use case:
Subscribe to meeting.participant_joined webhook events.
Start cloud recording (PATCH /meetings/{meetingId}) for any meeting in the organization a given user joins. (via Account-level OAuth app)
That recording should start even if that user is not the meeting host.