https://xxxxxx/v1/callback/get?sdkappid=88888888&identifier=administrator&usersig=xxx&random=99999999&contenttype=json
参数 | 说明 |
xxxxxx | SDKAppID 所在国家/地区对应的专属域名: callkit-intl.trtc.tencent-cloud.com |
v1/callback/get | 请求接口 |
sdkappid | 创建应用时控制台分配的 sdkappid |
identifier | 必须为 Chat App 管理员账号 |
usersig | |
random | 请输入随机的32位无符号整数,取值范围0 - 4294967295 |
contenttype | 请求格式固定值为 json |
{}
{"errorCode": 0,"errorMessage": "Success","requestId": "355c3c394f0602ed81a13c34999abebb","data": {"actions": ["call_busy","normal_end"],"address": "http://www.example.com/callback"}}
字段 | 类型 | 说明 |
errorCode | Integer | 错误码,0为成功 |
errorMessage | String | 错误信息 |
requestId | String | 请求的唯一 ID |
actions | Array | 已配置的回调 actions |
address | String | 已配置的回调地址 |
错误码 | 含义说明 |
0 | 请求成功 |
50001 | 当前应用需要购买 TUICallKit 群组通话版套餐包方可使用 |
70001 | 回调地址必须 http 或 https 开头 |
本页内容是否解决了您的问题?