PATCH /live_meetings/{meetingId}/events
Use this API to control the in-meeting 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.
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
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
meetingId |
String | Yes |
Unique identifier of the live meeting. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
method |
String | No |
The method that you would like to control. The value of this field can be one of the following:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.