conference.recording.saved
curl --location --request POST '/conferences//actions/record_start' \
--header 'Content-Type: application/json' \
--data-raw '{
"command_id": "891510ac-f3e4-11e8-af5b-de00688a4901",
"format": "wav",
"play_beep": true
}'
{
"data": {
"result": "ok"
}
}
Authorization: Bearer ********************