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:

Scopes: meeting:write, meeting:write:admin, meeting:master

Servers

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:

  • 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.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.