Start Recording API
Method: POST
API Endpoint: https://jiomeetpro.jio.com/api/thirdparty/recordings/start
API Request Signature
Request Header
Key | Parameter |
---|---|
app | App name |
authToken | App secret |
Accept | application/json |
content-type | application/json |
Request Body: TYPE JSON
{
"jiomeetId": "1234567890",
"roomPIN": "ab1c2"
}
- JioMeet ID - Meeting Room ID, which is used in the meeting room URL
- Room Pin - Meeting Room Pin, which is used in the meeting room URL
Sample Code
curl --location --request POST 'https://jiomeetpro.jio.com/api/thirdparty/recordings/start' \
--header 'app: appName' \
--header 'authtoken: <auth token goes here>' \
--header 'Content-Type: application/json' \
--data-raw '{
"jiomeetId": "1234567890",
"roomPIN": "ab1c2"
}'
API Response
API Response: TYPE JSON string
{
"recordingStatus" : false,
"prefix" : "chis12345",
"historyId" : "chis-12345"
}
- recordingStatus -
- prefix -
- historyId -