提交工单
咨询集成、功能及报价等问题
Ends a chat room, which will also disconnect all room members from the room.
Rate limit: 10 requests / second.
POST/chat_room/close_roomapplication/json| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| uid | Int32 | Yes | 171171717 | User ID. |
| room_id | String | Yes | "11717" | Room ID. |
{
"uid":171171717,
"room_id":"11717"
}
None.
{
"ret": {
"code": 0,
"message": "succeed"
}
}
| Return Code | Description |
|---|---|
| 80001 | Incorrect parameter. |
| 80012 | The user is offline. |
