製品アップデート情報
Tencent Cloudオーディオビデオ端末SDKの再生アップグレードおよび承認チェック追加に関するお知らせ
TRTCアプリケーションのサブスクリプションパッケージサービスのリリースに関する説明について
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://xxxxxx/v4/call_config/set_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 |
{"Url":"http://www.example.com/callback","CallbackCommandList":["Call.CallbackAfterStartCall","Call.CallbackAfterEndCall","Call.CallbackAfterMemberChanged"]}
Field | Type | Required | Description |
Url | String | Required | The callback address should start with http/https. It is recommend using the more secure https |
CallbackCommandList | Array | Required |
{"ActionStatus": "OK","ErrorInfo": "","ErrorCode": 0,"RequestId": "Id-8c9858f01e954611ae2d4c1b1ed7d583-O-Seq-52720"}
Field | Type | Description |
ActionStatus | String | Request processing result. OK indicates successful processing. FAIL indicates failure |
ErrorInfo | String | Error message |
ErrorCode | Integer | Error code, 0 indicates success, non-zero indicates failure |
RequestId | String | Unique request ID. It will be returned for each request. RequestId is required for locating a problem |
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 |
フィードバック