[COMMAND]

Starting an Audio Recording

The recording_start command is used to start audio recording for a specific call.

This command will fail if recording is already in progress for the chosen call, or if the person running it does not have permission to control audio recordings.

Parameters

recording_type
required
string

Set this to "audio".

call_id
required
number

The ID of the intended call.

Example Request

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

Responses

On Success:

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