Skip to main content

Room Status (Active/Inactive)

Endpoint: /room/isRoomActive

FieldTypePositionRequiredDescription
room_idstringrootYesThe unique ID of the room to check.

Example Request:

{
"room_id": "room01"
}

Response

FieldTypePositionDescription
statusbooleanrootIndicates if the request was successful.
is_activebooleanrootIndicates whether the room is currently active.
msgstringrootResponse message.