End Active Room
POST {{HOST}}/v2/active-rooms/:room_id/end-room
Trigger this request to end an active room. Warning: If you set the lock argument to Arguments
Name
Type
Description
Required
id
— path paramstring
Unique identifier of the room you wish to disable.
Example: 627cda81ab4f3b56a077dc33Yes
reason
— body paramstring
Description to indicate the reason for ending the active room.
No
lock
— body paramboolean
Status of the room to be set.
Allowed values
: true, false. Default
: false (ends the current active session only)No
true
, it will end the active room and users will not be able to join the room later as well. You can use enable a room API or dashboard to enable the room again.Why would you use this API?
true
,
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status
ENDPOINTS