提交工单
咨询集成、功能及报价等问题
Listeners accept or reject the on-stage invitation from the host.
Rate limit: 10 requests / second.
POST/chat_room/response_onstage_inviteapplication/json| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| uid | Int32 | Yes | 171171717 | User ID. |
| room_id | String | Yes | "11717" | Room ID. |
| invite_token | String | Yes | "xxxsss" | Invitation token. |
| respond | Int32 | Yes | 1 | Response:
|
{
"uid":9999,
"room_id":"46466",
"invite_token":"ffiehfhehf"
"respond":2
}
None.
{
"ret": {
"code": 0,
"message": "succeed"
}
}
| Return Code | Description |
|---|---|
| 80001 | Incorrect parameter. |
| 80012 | The user is offline. |
| 80002 | The room does not exist. |
| 80011 | The user is not in the room. |
