Mengubah status bisu pengguna dalam kelompok.
Deskripsi operasi
Before you call this operation, you must call the CreateLiveMessageGroup operation to create an interactive messaging group.
QPS limit
A single user can make up to 10 queries per second (QPS). If you exceed this limit, API calls are throttled, which may impact your business. Call this operation at a reasonable rate.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:ModifyLiveMessageGroupBand |
update |
*Rtc
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
ID aplikasi. |
demo |
| GroupId |
string |
Yes |
ID kelompok. |
grouptest |
| BannedAll |
boolean |
No |
Apakah akan membisukan semua pengguna dalam kelompok. |
false |
| BannnedUsers |
array |
No |
Daftar pengguna yang akan dibisukan. Anda dapat menentukan hingga 30 pengguna. Pisahkan beberapa ID pengguna dengan koma (,). |
|
|
string |
No |
The user to mute. |
uid1 |
|
| ExceptUsers |
array |
No |
Daftar pengguna yang tidak dibisukan saat semua pengguna dalam kelompok dibisukan. Anda dapat menentukan hingga 30 pengguna. Pisahkan beberapa ID pengguna dengan koma (,). |
|
|
string |
No |
A user who is not muted when all users in the group are muted. |
uid3 |
|
| DataCenter |
string |
No |
Pusat data lokal. Nilai ini harus sama dengan Pusat data lokal yang ditentukan dalam panggilan CreateLiveMessageApp. Nilai valid: |
cn-shanghai |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
84AF36BF-0B39-1F8A-A416-FAC7C484**** |
Contoh
Respons sukses
JSONformat
{
"RequestId": "84AF36BF-0B39-1F8A-A416-FAC7C484****"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InputInvalid | %s. | |
| 500 | ServerError | %s. | |
| 403 | NoAuth | %s. | |
| 404 | ResourceNotExist | %s. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.