Skip to main content

Lock Meeting & Kick User

Lock meeting

A meeting can be locked, so that only participants who are actively in the meeting at the moment of locking are allowed to stay. No more users can join afterwards.

info

Heads-up! There's no "unlock" yet. Once locked, there's no way to let new users join the running meeting.

POST /rooms/<access_key>/lock
RESPONSES 201 CREATED, 403 FORBIDDEN, 404 NOT FOUND, 410 GONE

Kick user

Sometimes it may be necessary to remove a participant from a meeting. Please note, that kicked users can re-join at any time!

DELETE /rooms/<access_key>/users/<user_id>
RESPONSES 200 OK, 403 FORBIDDEN, 404 NOT FOUND, 410 GONE