Recording info
Endpoint: /recording/info
This endpoint retrieves all the metadata and details associated with a specific recording. By providing a record_id, you can get comprehensive information about the recording, including its file size, creation time, and associated room details.
This is useful for displaying detailed information about a recording in your application's interface, such as on a dedicated recording playback page.
| Field | Type | Position | Required | Description |
|---|---|---|---|---|
| record_id | string | root | Yes | Recording Id that you want to get details |
Example:
{
"record_id": "7f867cd7-7956-4a17-af46-6ddd4015a497-1761814595173"
}
Response
| Field | Type | Position | Description |
|---|---|---|---|
| status | boolean | root | The status of the request |
| msg | string | root | Response message |
| status_code | string | root | Response status code. |
| recording_info | obect<Recording Info> | root | Response message |
| room_info | obect<past-room-info> | root | Response message |