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_engine_http_srv/get_call_info?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.comFrankfurt: adminapiger.im.qcloud.comSilicon Valley: adminapiusa.im.qcloud.comJakarta: adminapiidn.im.qcloud.com |
v4/call_engine_http_srv/get_call_info | 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 in the range of [0,4294967295] |
contenttype | The request format has a fixed value of json |
{"CallId": "055662e1-bc8a-469c-a334-1126c8c17d58"}
Field | Type | Required | Description |
CallId | String | Required | Call ID |
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-431454f25a44462d8155bdff4fed38cc-O-Seq-19029769","Response": {"CallInfo": {"CallId": "055662e1-bc8a-469c-a334-1126c8c17d58","MediaType": "Audio","ChatGroupId": "","RoomId": "","RoomIdType": 0},"UserList": [{"User_Account": "user1","Status": "Calling"},{"User_Account": "user2","Status": "Waiting"}]}}
Field | Type | Description |
ErrorCode | Integer | Error code: 0 indicates success, non-zero indicates failure |
ErrorInfo | String | Error message |
ActionStatus | String | Request processing result. OK: processing successful; FAIL: processing failed |
RequestId | String | Unique request ID. It is returned for each request. RequestId is required for locating a problem |
CallId | String | Call ID |
MediaType | String | Media type: Video video callAudio audio call |
ChatGroupId | String | IM group ID |
RoomId | String | TRTC Room ID |
RoomIdType | Integer | TRTC room ID type: 1 digit room number2 string Room Number |
UserList | Array | Call Member List |
User_Account | String | ID of the calling user |
Status | String | Call status Calling on a callWaiting waiting to connect |
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 once existed but has now ended. |
Feedback