Mengubah pengaturan callback aplikasi pesan interaktif.
Deskripsi operasi
You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:ModifyLiveMessageAppCallback |
update |
*Rtc
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
ID aplikasi pesan interaktif yang pengaturan callback-nya ingin Anda ubah. |
demo |
| EventCallbackUrl |
string |
No |
URL callback untuk event seperti logon pengguna, logoff, bergabung ke kelompok, dan keluar dari kelompok. Jika Anda mengosongkan parameter ini, callback dinonaktifkan. URL callback harus dimulai dengan http:// atau https:// dan tidak boleh berisi alamat IP privat atau nomor Port. |
http://example.aliyundoc.com/examplecallback |
| DataCenter |
string |
No |
Pusat data lokal. Harus sama dengan pusat data lokal yang ditentukan saat Anda memanggil operasi CreateLiveMessageApp untuk membuat aplikasi pesan interaktif. Nilai valid: cn-shanghai dan ap-southeast-1 (Singapura). |
cn-shanghai |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
1F0FFEAD-B7D5-1D4A-A6B9-8C63ADF6**** |
| AppId |
string |
The ID of the interactive messaging application. |
demo |
| AppSign |
string |
The signature of the interactive messaging application. It is required by the interactive messaging SDK. |
************************************************************************** |
| EventCallbackUrl |
string |
The callback URL for events such as user logon, logoff, joining a group, and leaving a group. This parameter is not returned if it has an empty value. |
http://example.aliyundoc.com/examplecallback |
| EventCallbackNeedAuthentication |
boolean |
Indicates whether authentication is required for event callbacks. Default value: true. |
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "1F0FFEAD-B7D5-1D4A-A6B9-8C63ADF6****",
"AppId": "demo",
"AppSign": "**************************************************************************",
"EventCallbackUrl": "http://example.aliyundoc.com/examplecallback",
"EventCallbackNeedAuthentication": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InputInvalid | %s. | Illegal input parameters |
| 400 | ErrorInvalidEventCallbackUrl | %s. | The EventCallbackUrl is invalid, please check and try again. |
| 500 | ServerError | %s. | Unknown error, please try again later or submit a ticket for consultation. |
| 403 | NoAuth | %s. | No permission |
| 404 | ResourceNotExist | %s. | The requested resource does not exist, please check and try again |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.