Conference Commands
Conference recording start
Start recording the conference. Recording will stop on conference end, or via the Stop Recording command.
Expected Webhooks:
- conference.recording.saved
post/conferences/{id}/actions/record_start
Path parameters
idstring required
Specifies the conference to record by id or name
Request body
Example request
{
"command_id": "891510ac-f3e4-11e8-af5b-de00688a4901",
"format": "wav",
"play_beep": true
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}