https://console.tim.qq.com/v4/call_engine_http_srv/end_call?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameters | Overview |
xxxxxx | SDKAppID is located in the country/region of the dedicated domain name: China: console.tim.qq.comSingapore: adminapisgp.im.qcloud.comSeoul: adminapikr.im.qcloud.comFrankfurt: adminapiger.im.qcloud.comSilicon Valley: adminapiusa.im.qcloud.comJakarta: adminapiidn.im.qcloud.com |
v4/call_engine_http_srv/end_call | Request API. |
sdkappid | The SDKAppID assigned by the IM console when creating an application. |
identifier | |
usersig | |
random | Enter a random 32-bit unsigned integer in the range of [0, 4294967295]. |
contenttype | The request format is fixed as json. |
{"CallId": "055662e1-bc8a-469c-a334-1126c8c17d58"}
Field | Type | Attribute | Overview |
CallId | String | Required | Call ID |
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-431454f25a44462d8155bdff4fed38cc-O-Seq-19029769"}
Field | Type | Overview |
ErrorCode | Integer | Error code: 0 indicates success, non-0 indicates failure. |
ErrorInfo | String | Error Message. |
ActionStatus | String | Request processing result. OK: processing successful; FAIL: processing failed. |
RequestId | String | Unique request ID, returned for each request. RequestId is required for locating a problem. |
Error Code | Description |
101001 | Internal server error, please retry. |
101002 | Invalid parameter. Check whether the request is correct according to the error description. |
101004 | The call does not exist, or it may have existed but has already ended. |
Feedback