tencent cloud

Mobile Live Video Broadcasting

Release Notes and Announcements
TUILiveKit Release Notes
Live SDK Release Notes
User Guide
Product Introduction
Overview
Strengths
Performance Statistics
Concepts
Purchase Guide
TRTC Live Billing Overview
Billing of Video Live Component
Activating the Service (TUILiveKit)
Free Demo
Demo
Run Demo(TUILiveKit)
Integration Guide
Video Live Streaming
Preparation
Host Live Streaming
Audience Viewing
Live Stream List Live Stream List
Voice Chat Room
Preparation
Host Live Streaming
Audience Viewing
Live Stream List
Live Streaming Kit
Live Streaming Kit(Electron Desktop Application)
Live Streaming Kit(Web Desktop Browser)
Live Broadcast Monitoring
Monitoring Webpage (Web Desktop Browser React)
Monitoring Webpage (Web Desktop Browser Vue)
UI Customization
Live Stream Video Component
Video Source Editing Canvas
Audience List Component
Barrage Component
Media Source Configuration Panel
Link Management Panel
Live Gift Component
No UI Integration
Video Live Streaming
Voice Chat Room
Feature Guide
Follow Anchors (TUILiveKit)
Ultimate Image Quality (TUILiveKit)
Push Media Stream Into Room (TUILiveKit)
Gift System (TUILiveKit)
Client APIs
Android
iOS
Web
Server APIs (TUILiveKit)
Account System
REST API
Third-Party Webhooks
Error Codes (TUILiveKit)
FAQs
Platform Compilation
User Authentication
Live SDK
Product Introduction
Purchase Guide
Free Demo
Free Trial License
SDK Download
Licenses
Advanced Features
Client API
FAQs
Integration (No UI)
API Documentation
OSS information
OSS Attribution Notice

Get Muted Member List

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-03-11 10:20:46

Feature Description

App admins can use this API to mute and unmute members.

API Calling Description

Request URL sample:

https://xxxxxx/v4/live_engine_http_srv/get_muted_member_list?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json

Request parameters

The table below only lists the parameters modified when this interface is called. For more details on other parameters, please refer to RESTful API Overview.
Parameters
Description
xxxxxx
Domain name corresponding to the country/region where your SDKAppID is located:
China:console.tim.qq.com
Singapore:adminapisgp.im.qcloud.com
United 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
Must be an App administrator account. For more details, please refer to App Admin
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`

Maximum calling frequency

200 queries/sec.

Sample request packets

Basic Form
{
"RoomId": "test"
}

Request packet fields

Field
Type
Attribute
Description
RoomId
String
Required
Room ID

Sample response packets

Basic Form
{
"ErrorCode": 0,
"ErrorInfo": "",
"ActionStatus": "OK",
"RequestId": "Id-9a9fe01d96164827b49dacb6b3cdadba-O-Seq-126318",
"Response": {
"MutedAccountList": [
{
"Member_Account": "user1",
"MutedUntil": 1719293107
},
{
"Member_Account": "brennanli",
"MutedUntil": 1719293107
}
]
}
}

Response Packet Field Description

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 codes

Unless a network error occurs (such as a 502 error), the HTTP return code for this interface is always 200. The actual error code and error message are in the response body ErrorCode and ErrorInfo representation.
Common Error Codes (60000 to 79999) refer to Error Code documentation.
The private error codes for this API are as follows
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



도움말 및 지원

문제 해결에 도움이 되었나요?

피드백