Browse Platform API
Platform APIEnterprise

Remove meeting participants

Copy

Remove selected participants from an active meeting.

HTTP request

POST {API_ADDRESS}/rtc-meeting/remove_participants

Request body

ParameterRequiredTypeDescription
meetingIDYesstringMeeting ID.
userIDYesstringUser performing the operation.
participantUserIDsYesstring[]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.