제품 업데이트
Tencent Cloud 오디오/비디오 단말 SDK 재생 업그레이드 및 권한 부여 인증 추가
TRTC 월간 구독 패키지 출시 관련 안내
https://xxxxxx/v4/live_config/get_callback_token?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameter | Description |
xxxxxxx | The reserved domain for the country/region where the SDKAppID is located: China: console.tim.qq.comSingapore : adminapisgp.im.qcloud.comAmerica : adminapiusa.im.qcloud.com |
v4/live_config/get_callback_token | Request API. |
sdkappid | SDKAppID assigned by the Chat console when an app is created. |
identifier | |
usersig | |
random | A random 32-bit unsigned integer ranging from 0 to 4294967295. |
contenttype | The request format fixed value is json. |
{}
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-59876bec05e648efbd5bb9373bdecbc1-O-Seq-1424636","Response": {"Token": "kdjsgjdskgjwejsdkkjgkjfklgjdfkjhnkdfhjgkglasdjkfjsekdhgjfsdhgsdjgkdjskgjfhjdfkjgsfdkjgeljsfkjsdkgdfkhgdfjgksdjfsdkjfksdgskhgssss","IsTokenEnable": true}}
Field | Type | Description |
ActionStatus | String | The result of the request process: OK indicates success; FAIL indicates failure. |
ErrorCode | Integer | Error code. 0: success; other values: failure. |
ErrorInfo | String | Error message. |
RequestId | String | Unique Request ID is returned with each request and required to provide this RequestId when locating issues. |
Token | String | |
IsTokenEnable | Bool | Whether webhook authentication is enabled, true means enabled, false means disabled. |
Error code | Description |
100001 | Internal server error, please retry. |
100002 | Invalid parameter. Please check the request according to the error description. |
100302 | The authentication webhook configuration does not exist. You can create one by setting the webhook authentication Token interface. |
피드백