https://xxxxxx/v4/live_engine_http_srv/destroy_room?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameter | Description |
xxxxxx | The reserved domain for the country/region where the SDKAppID is located: Others in China: console.tim.qq.comSingapore : adminapisgp.im.qcloud.comUnited States: adminapiusa.im.qcloud.com |
v4/live_engine_http_srv/destroy_room | Request API |
sdkappid | SDKAppID assigned by the Chat console when an app is created |
identifier | |
usersig | The Signature generated by the App Administrator account, for detailed operations, please refer to Generating UserSig |
random | A random 32-bit unsigned integer ranging from 0 to 4294967295 |
contenttype | Request format fixed value: json |
{"RoomId":"live-room"}
Field | Type | Attribute | Description |
RoomId | String | Mandatory | Room ID |
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-1b30123ad8a149b0aa225d8596999714-O-Seq-616334","Response": {"Statistic": {"TotalViewers": 0,"TotalGiftsSent": 0,"TotalGiftCoins": 0,"TotalUniqueGiftSenders": 0,"TotalLikesReceived": 0}}}
Field | Type | Description |
ActionStatus | String | Request processing result. OK: processing successful; FAIL: processing failed. |
ErrorCode | Integer | Error code: 0 indicates success, non-zero indicates failure. |
ErrorInfo | String | Error Message |
RequestId | String | Unique request ID, returned for each request. To locate an issue, provide the RequestId of that request. |
TotalViewers | Integer | Total Enter Room count. Same user repeat Enter Room N times counts as N. |
TotalGiftsSent | Integer | Total gift count |
TotalGiftCoins | Integer | Total gift value |
TotalUniqueGiftSenders | Integer | Total number of gift senders |
TotalLikesReceived | Integer | Total like count |
Error code | Description |
100001 | Internal server error, please retry |
100002 | Invalid parameter, please check the request for correctness based on the error description |
100004 | The room does not exist, possibly because it was never created or has already been dissolved |
100006 | No permission to dissolve, for example, the operator is neither the homeowner nor the root administrator, or the room being dissolved is not a live room, etc |
Feedback