Conference Commands
Conference recording resume
Resume conference recording.
post/conferences/{id}/actions/record_resume
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"
}
}