useInmeetingRecordingControls.Rd
Use this API to control the inmeeting https://support.zoom.us/hc/enus/articles/360021921032InMeetingControls **recording features** such as starting a recording, stopping a recording, pausing a recording, and resuming a recording. This API only works for Cloud Recordings and not for local recordings.<p style="backgroundcolor:#feefe3; color:#bf360c; padding:8px"> <b>Note:</b> This API is currently not operational. We have identified an issue with this API and we will be fixing it in an upcoming release.</p>**Prerequisite:*** The meeting must be a live meeting.* Cloud Recording must be enabled.* The user using this API must either be the host or alternative host of the meeting.**Scopes:** meeting:write, meeting:write:admin, meeting:master
useInmeetingRecordingControls(meetingId, method = NULL, return_response = F)
meetingId | Unique identifier of the live meeting. |
---|---|
method | The method that you would like to control. The value of this field can be one of the following:* recording.start: Provide this value if you would like to start the recording.* recording.stop: Provide this value if you would like to stop the recording.* recording.pause: Provide this value if you would like to pause the recording.* recording.resume: Provide this value if you would like to resume the recording that was previously paused. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |