Meetings
Create a meeting
Create a meeting for the given organization ID.
post/meetings
Request body
Example request
{
"recording_config": {
"video_config": {
"width": 1280,
"height": 720
},
"storage_config": {
"region": "us-east-1"
},
"live_streaming_config": {
"rtmp_url": "rtmp://a.rtmp.youtube.com/live2"
}
}
}Response
Success Response
Example response
{
"data": {
"recording_config": {
"video_config": {
"width": 1280,
"height": 720
},
"storage_config": {
"region": "us-east-1"
},
"live_streaming_config": {
"rtmp_url": "rtmp://a.rtmp.youtube.com/live2"
}
}
}
}