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.
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"
}
}
}
}Changes
Changed in 8 of the 50 revisions of this API.9626
- ▲
the
storage_config/auth_methodrequest property type/format changed from/tostring/request-property-type-changed
- ▲
the
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/auth_methodresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ○
added the new optional request property
rtmp_out_confignew-optional-request-property
- ○
added the new optional request property
urlnew-optional-request-property
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
storage_config/auth_methodrequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/auth_methodresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ●
removed the request property
rtmp_out_configrequest-property-removed
- ●
removed the request property
urlrequest-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
storage_config/auth_methodrequest property type/format changed from/tostring/request-property-type-changed
- ▲
the
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/auth_methodresponse's property type/format changed from/tostring/for status200response-property-type-changed
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional request property
audio_config/export_filenew-optional-request-property
- ○
added the new optional request property
video_config/export_filenew-optional-request-property
- ○
- ●
added the new
PAUSEDenum value to theallOf[subschema #2]/data/allOf[subschema #1: Recording]/statusresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/bucketbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/regionbecame optional for the status200response-property-became-optional
- ▲
the response property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/secretbecame optional for the status200response-property-became-optional
- ●
added the new
sftpenum value to theallOf[subschema #2]/data/allOf[subschema #2]/storage_config/typeresponse property for the response status200response-property-enum-value-added
- ○
added the new optional request property
storage_config/auth_methodnew-optional-request-property
- ○
added the new optional request property
storage_config/hostnew-optional-request-property
- ○
added the new optional request property
storage_config/passwordnew-optional-request-property
- ○
added the new optional request property
storage_config/portnew-optional-request-property
- ○
added the new optional request property
storage_config/private_keynew-optional-request-property
- ○
added the new optional request property
storage_config/usernamenew-optional-request-property
- ○
the request property
storage_config/access_keybecame optionalrequest-property-became-optional
- ○
the request property
storage_config/bucketbecame optionalrequest-property-became-optional
- ○
the request property
storage_config/regionbecame optionalrequest-property-became-optional
- ○
the request property
storage_config/secretbecame optionalrequest-property-became-optional
- ○
added the new
sftpenum value to the request propertystorage_config/typerequest-property-enum-value-added
- ○
added the optional property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/auth_methodto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/hostto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/passwordto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/portto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/private_keyto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/usernameto the response with the200statusresponse-optional-property-added
- ○
the response write-only property
allOf[subschema #2]/data/allOf[subschema #2]/storage_config/access_keybecame optional for the status200response-write-only-property-became-optional
- ▲
- ●
removed the request property
video_config/segment_lengthrequest-property-removed
- ○
the
heightrequest property default valueautowas removedrequest-property-default-value-removed
- ○
the
widthrequest property default value200was removedrequest-property-default-value-removed
- ●
- ●
removed the request property
live_streaming_configrequest-property-removed
- ○
added the new optional request property
rtmp_out_confignew-optional-request-property
- ○
the
enabledrequest property default valuetruewas removedrequest-property-default-value-removed
- ●