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