제품 업데이트
Tencent Cloud 오디오/비디오 단말 SDK 재생 업그레이드 및 권한 부여 인증 추가
TRTC 월간 구독 패키지 출시 관련 안내
https://xxxxxx/v4/live_engine_http_srv/get_muted_member_list?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameters | Description |
xxxxxx | Domain name corresponding to the country/region where your SDKAppID is located: China: console.tim.qq.comSingapore: adminapisgp.im.qcloud.comUnited States: adminapiusa.im.qcloud.com |
v4/live_engine_http_srv/get_muted_member_list | Request API |
sdkappid | SDKAppID assigned by the Chat console when an app is created |
identifier | |
usersig | Signature generated by the App administrator account, for specific steps please refer to Generate UserSig |
random | A random 32-bit unsigned integer ranging from 0 to 4294967295 |
contenttype | Request format fixed value: `json` |
{"RoomId": "test"}
Field | Type | Attribute | Description |
RoomId | String | Required | Room ID |
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-9a9fe01d96164827b49dacb6b3cdadba-O-Seq-126318","Response": {"MutedAccountList": [{"Member_Account": "user1","MutedUntil": 1719293107},{"Member_Account": "brennanli","MutedUntil": 1719293107}]}}
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 |
MutedAccountList | Array | List of mute users |
Member_Account | String | Mute user Id |
MutedUntil | Integer | Mute Expiration Time |
Error Code | Description |
100001 | System error, retry |
100002 | Invalid parameter, please check the request for correctness based on the error description |
100004 | The room does not exist, possibly because it was never created or has already been dissolved |
피드백