Recordings
Pause/Resume/Stop recording
Pause/Resume/Stop a given recording ID.
put/recordings/{recording_id}
Path parameters
recording_idstring required
ID of the recording
Request body
Response
Success response
Example response
{
"data": {
"storage_config": {
"region": "us-east-1"
},
"start_reason": {
"caller": {
"user_Id": "d61f6956-e68f-4375-bf10-c38a704d1bec",
"name": "Dyte_test"
}
},
"stop_reason": {
"caller": {
"user_Id": "d61f6956-e68f-4375-bf10-c38a704d1bec",
"name": "Dyte_test"
}
}
}
}