Skip to main content
POST
rooms/:name/eject

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

room_name
string
required

Body

application/json
ids
string[]

List of participant ids (max 100) to eject from the existing meeting session.

user_ids
string[]

List of user_ids (max 100) to eject from the existing meeting session.

ban
boolean
default:false

If true, participants are prevented from (re)joining with the given user_ids.

Response

200

ejectedIds
string[]