Recordings
Start recording a meeting
Starts recording a meeting. The meeting can be started by an organization admin directly, or a participant with permissions to start a recording, based on the type of authorization used.
post/recordings
Request body
Example request
{
"storage_config": {
"region": "us-east-1"
},
"video_config": {
"width": 1280,
"height": 720
},
"rtmp_out_config": {
"rtmp_url": "rtmp://a.rtmp.youtube.com/live2"
}
}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"
}
}
}
}