POST/rooms/:name/eject
POST
/rooms/:name/eject
Beta feature
Ejects participants from an ongoing meeting. In the case of success, the ids of ejected participants are returned in ejectedIds
. If one or more participants are not found, the call is still considered successful - examine the ejectedIds
value to determine exactly which participants were ejected.
In the case of an error, returns an HTTP error with information about the error in the response body.
See the documentation for the in-call updateParticipant
method for an alternative mechanism for ejecting participants.
Path params
string
The name of the room.
Body params
array
Required list of participant ids (max 100) to eject from the existing meeting session.