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 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
202
Call Recording update accepted
application/json
400
The request did not pass validation
application/json
404
The request did not pass validation
application/json
422
The request did not pass validation
application/json
patch
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/recordings/{recordingId}Example 1: Pause a call recording
Last updated
Was this helpful?

