List of Recordings API
Method: POST
API Endpoint: https://jiomeetpro.jio.com/api/thirdparty/recordings/list
API Request Signature
Request Header
Key | Parameter |
---|---|
app | App name |
authToken | App secret |
Accept | application/json |
content-type | application/json |
Request Body: TYPE JSON
{
"historyId": "abcd-12efg34h-5678-9012-i987-12efg34hff5e"
}
- history ID - Unique identifier of the meeting room instance
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
{
"callRecordings": []
}
- callRecordings -