Platform APIEnterprise
Set meeting hosts
Set the primary host and co-host list of a meeting.
HTTP request
POST {API_ADDRESS}/rtc-meeting/set_meeting_host_infoRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| meetingID | Yes | string | Meeting ID. |
| userID | Yes | string | User performing the operation. |
| hostUserID | No | StringValue | New primary host. |
| coHostUserIDs | Yes | string[] | Complete co-host user-ID list. |
Response
errCode: 0 means host information was updated.
Permissions and limits
- Available only in OpenIM Enterprise.
- Validate role-transfer authority before changing the primary host.
Was this page helpful?