Skip to main content
Version: legacy

Stop Recording API

Method: POST
API Endpoint: https://jiomeetpro.jio.com/api/thirdparty/recordings/stop

API Request Signature

Request Header

KeyParameter
appApp name
authTokenApp secret
Acceptapplication/json
content-typeapplication/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

{
"prefix" : "chis12345",
"historyId" : "chis-12345"
}
  • prefix -
  • historyId -