提交工单
咨询集成、功能及报价等问题
Listeners raise or lower their hand.
Rate limit: 10 requests / second.
POST/chat_room/operate_raise_handapplication/json| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| uid | Int32 | Yes | 171171717 | User ID. |
| room_id | String | Yes | "11717" | Room ID. |
| type | Int32 | Yes | 1 | Operation type:
|
{
"uid":171171717,
"room_id":"11717",
"type":1
}
None.
{
"ret": {
"code": 0,
"message": "succeed"
}
}
| Return Codes | Description |
|---|---|
| 80001 | Incorrect parameter. |
| 80012 | The user is offline. |
| 80002 | The room does not exist. |
| 80011 | The user is not in the room. |
