End room
Endpoint: /room/endRoom
| Field | Type | Position | Required | Description |
|---|---|---|---|---|
| room_id | string | root | Yes | Room Id |
Example:
{
"room_id": "room01"
}
Response
| Field | Type | Position | Description |
|---|---|---|---|
| status | boolean | root | The status of the request |
| msg | string | root | Response message |