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_record_http_srv/get_record_by_callid?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_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 |
{"CallId": "04c9a0ac-8e38-4a19-be45-349c5ce7911b"}
Field | Type | Required | Description |
CallId | String | Required | Call ID |
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-da9b3ee8bece466d951a9d93965c3d2c-O-Seq-324151555","Response": {"CallRecord": {"CallId": "04c9a0ac-8e38-4a19-be45-349c5ce7911b","Caller_Account": "user1","MediaType": "Audio","CallType": "MultiCall","StartTime": 1739868165,"EndTime": 1740064224,"AcceptTime": 1739872743,"CallResult": "NormalEnd","CalleeList_Account": ["user1","user5","user2"],"RoomId": "roomid-1434","RoomIdType": 2}}}
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 |
CallRecord | Struct | Call record information |
CallId | String | Call ID |
Caller_Account | String | Caller ID |
MediaType | String | Media type: Video video callAudio audio call |
CallType | String | Call Type: SingleCall one-to-one callMultiCall group call |
StartTime | Integer | Call initiation timestamp (in seconds) |
EndTime | Integer | Call end timestamp (in seconds) |
AcceptTime | Integer | Call connection timestamp (in seconds) |
CallResult | String | Call result Cancel: caller cancel the call before connectingReject: recipient decline the callNotAnswer: recipient timeout before answeringNormalEnd: Call connected and ended normallyCallBusy: call busyInterrupt: Call interrupted due to reasons such as network issues |
CalleeList_Account | Array | Call Member List |
RoomId | String | TRTC Room ID |
RoomIdType | Integer | RoomId type: 1 digit room number2 string Room Number |
Error Code | Description |
101001 | Internal server error, please retry. |
101050 | The call record does not exist. |
Feedback