TUICallKit.call() or TUICallKit.groupCall()to initiate a call, please check the Deprecated Document directory. If you have any questions, you can contact: info_rtc@tencent.com.https://console.tim.qq.com/v4/call_config/get_callback?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameter | Description |
xxxxxx | Dedicated domain name corresponding to the country/region where the SDKAppID resides: China: console.tim.qq.comSingapore: adminapisgp.im.qcloud.comSeoul: adminapikr.im.qcloud.com |
v4/call_record_http_srv/get_record_by_callid | Request API |
sdkappid | Assigned SDKAppID in the Chat console when creating an application |
identifier | |
usersig | Generated signature of the App administrator account. For specific operations, see Generate UserSig |
random | Enter a random 32-bit unsigned integer. The value ranges from 0 to 4294967295 |
contenttype | The request format has a fixed value of json |
{}
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-1cc8828fd3d84795ac866ced43b15b5c-O-Seq-61309","Response": {"Url": "http://www.example.com/callback","CallbackCommandList": ["Call.CallbackAfterStartCall","Call.CallbackAfterEndCall"]}}
Field | Type | Description |
ErrorCode | Integer | Error code, 0 indicates success, non-zero indicates failure |
ErrorInfo | String | Error message |
ActionStatus | String | Request processing result. OK: successful processing; FAIL: failure |
RequestId | String | Unique request ID. It is returned for each request. RequestId is required for locating a problem |
Url | String | The callback address must start with http/https. It is recommend using the more secure https |
CallbackCommandList | Array |
Error Code | Description of Meaning |
100001 | Server internal error, please retry |
100002 | Invalid parameter. Check whether the request is correct according to the error description |
100301 | The callback configuration does not exist. You can use the create callback configuration interface to create it |
Feedback