Conference Commands
Conference recording pause
Pauses the active recording of the specified conference. Resume it later with the record_resume action.
post/conferences/{id}/actions/record_pause
Path parameters
idstring required
Specifies the conference by id or name
Request body
Example request
{
"command_id": "891510ac-f3e4-11e8-af5b-de00688a4901",
"recording_id": "891510ac-f3e4-11e8-af5b-de00688a4901",
"region": "US"
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}Changes
No recorded changes to this endpoint across all 61 revisions of this API.