Start Recording
This API allows you to start a recording. Ensure that the meeting is started for this API to take effect. A historyId is returned by this API which can be used to fetch the recordings later
Header Parameters
The content type should be application/json
You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.
Request Body
The 10 digit unique ID of the meeting
Meeting secret that secures the meeting from unwanted access
- 200
- 400
- 401
- 412
Success
Schema
Status whether the call was a success. Recording cant be started or stopped when the meeting has no one in the call
Unique identifier of the recording. This should be used to fetch the recording once it has completed
{
"status": "string",
"historyId": "string"
}
Example recording response
{
"status": "OK",
"historyId": "chis-123"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string"
}
Schema
Status Code of the API
The error code of the API
The errors array which includes objects with a "property" and "message" properties describing the error
{
"customCode": 0,
"message": "string"
}