Platform APIEnterprise
Remove meeting participants
Remove selected participants from an active meeting.
HTTP request
POST {API_ADDRESS}/rtc-meeting/remove_participantsRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| meetingID | Yes | string | Meeting ID. |
| userID | Yes | string | User performing the operation. |
| participantUserIDs | Yes | string[] | Participants to remove. |
Response
Inspect data.successUserIDList and data.failedUserIDList; a successful envelope can still contain per-user failures.
Permissions and limits
- Available only in OpenIM Enterprise.
- Require host or equivalent moderation permission.
Was this page helpful?