https://console.tim.qq.com/v4/room_engine_http_srv/get_muted_member_list?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
Parameter | Description |
v4/room_engine_http_srv/get_muted_member_list | API endpoint |
sdkappid | SDKAppID assigned in the Instant Messaging (IM) Console when creating your application |
identifier | |
usersig | |
random | A random 32-bit unsigned integer, value range 0 - 4294967295 |
contenttype | Request format, fixed value json |
{"RoomId": "room-test"}
Field | Type | Required | Description |
RoomId | String | Required | Conference room ID. |
{"ErrorCode": 0,"ErrorInfo": "","ActionStatus": "OK","RequestId": "Id-99d6df2213b54216a02bc18024a5c218-O-Seq-57681","Response": {"MutedAccountList": [{"Member_Account": 123456789,"MutedUntil": 1703559417}]}}
Field | Type | Description |
ActionStatus | String | Request processing result: OK indicates success, FAIL indicates failure. |
ErrorCode | Integer | Error code: 0 indicates success, non-zero indicates an error. |
ErrorInfo | String | Error message. |
RequestId | String | Unique request ID. Please provide this RequestId when troubleshooting issues. |
MutedAccountList | Array | List of muted participant details. |
MutedAccountList.Member_Account | Integer | TinyId of the muted participant. |
MutedAccountList.MutedUntil | Integer | Mute expiration timestamp (Unix time, in seconds). |
Error Code | Description |
100001 | Internal server error. Please retry. |
100002 | Invalid request parameters. Please check the request according to the error description. |
100004 | Conference room does not exist, or was previously dismissed. |
フィードバック