Platform APIEnterprise
Get meetings hosted by a user
List meetings hosted by a user.
HTTP request
POST {API_ADDRESS}/rtc-meeting/get_user_hosted_meetingsRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| userID | Yes | string | Host user ID. |
| startTime | No | int | Range start in Unix milliseconds. |
| endTime | No | int | Range end in Unix milliseconds. |
| pagination | No | RequestPagination | Page settings. |
Response
data.total is the matching count. data.hostedMeetings contains HostedMeeting records.
Permissions and limits
- Available only in OpenIM Enterprise.
Was this page helpful?