Platform APIEnterprise
Get meeting recordings
List recordings for meetings hosted or attended by selected users.
HTTP request
POST {API_ADDRESS}/rtc-meeting/get_meeting_recordsRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| hostUserID | Yes | string | Host filter. |
| joinedUserID | Yes | string | Participant filter. |
| startTime | Yes | int | Range start in Unix milliseconds. |
| endTime | Yes | int | Range end in Unix milliseconds. |
| pagination | Yes | RequestPagination | Page settings. |
Response
data.total is the matching count. data.meetingRecords contains MeetingRecord entries, including files and recording status.
Permissions and limits
- Available only in OpenIM Enterprise.
- Treat URLs as protected recording resources and apply business authorization before returning them.
Was this page helpful?