[COMMAND]

Suspending an Audio Recording

The recording_suspend command is used to suspend the active audio recording of a specific call.

Audio is not paused while recording is suspended. Rather, from the start of the suspension until either it resumes or the call itself ends, the audio recording will be silent.

Parameters

recording_type
required
string

Set this to "audio".

call_id
required
number

The ID of the call being recorded.

Example Request

Copy
{"command":{"command_type":"recording_suspend","recording_type":"audio","call_id":749042553}}

Responses

On Success:

If the call recording was successfully suspended, a recording_info event is returned containing details of the action.