Update a call recording

Update a call recording status during the call, a call recording status can be changed to paused, ongoing, or completed.

Update call recording

patch

Update a call recording

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring Β· uuidRequired

The ID of the workspace

callIdstring Β· uuidRequired

The ID for a call

channelIdstring Β· uuidRequired

The ID for a channel

recordingIdstring Β· uuidRequired

The ID for a call recording

Body
statusstring Β· enumOptionalPossible values:
Responses
patch
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordings/{recordingId}

Example 1: Pause a call recording

Last updated

Was this helpful?