Mengubah scene, termasuk tata letak, tanpa membatalkan konfigurasi sebelumnya. Operasi ini lebih efisien daripada operasi SetCasterSceneConfig.
Deskripsi operasi
You can call this operation to incrementally modify the configuration of a scene, including its layout. This operation preserves existing settings and is more efficient than a full update.
QPS limit
The queries per second (QPS) limit for this operation is 10 calls per second per user. Calls that exceed this limit are throttled, which may affect your business. We recommend that you plan your calls accordingly.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:UpdateCasterSceneConfig |
update |
*Caster
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
ID Wilayah. |
cn-shanghai |
| ComponentId |
array |
No |
Daftar ID Komponen. Komponen dalam array dilapisi dari bawah ke atas. Catatan
N menunjukkan nomor urut. Misalnya, ComponentId.1 adalah ID Komponen pertama dan ComponentId.2 adalah ID Komponen kedua. |
["98778372-c30f-4442-85ba-2e3e4e3d****"] |
|
string |
No |
A list of component IDs. The components in the array are layered from bottom to top. Catatan
N indicates the sequence number. For example, ComponentId.1 is the ID of the first component and ComponentId.2 is the ID of the second component. |
["98778372-c30f-4442-85ba-2e3e4e3d****"] |
|
| CasterId |
string |
Yes |
ID studio produksi.
Catatan
Nama studio produksi dalam daftar adalah ID-nya. |
80787064-1c94-4dc1-85ce-9409960a**** |
| SceneId |
string |
Yes |
ID scene. |
242b4e2c-c30f-4442-85ba-2e3e4e3d**** |
| LayoutId |
string |
Yes |
ID tata letak. Jika Anda mengkueri daftar tata letak untuk studio produksi dengan memanggil operasi DescribeCasterLayouts, gunakan nilai LayoutId dari tanggapan. |
eeab74fb-379d-4599-a93d-86d16a05**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
CF60DB6A-7FD6-426E-9288-122CC1A52FA7 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "CF60DB6A-7FD6-426E-9288-122CC1A52FA7"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidCasterId.Malformed | %s, please check and try again later. | |
| 400 | InvalidUserId.Malformed | %s, please check userId. | |
| 400 | MissingParameter | %s. | |
| 400 | InvalidParameter.Malformed | There are invalid parameters: %s. | |
| 400 | IncorrectSceneStatus.ConfigError | %s, please check and try again later. | |
| 400 | ComponentNumberExceed | %s, please check and try again later. | |
| 400 | SceneNumberExceed | %s, please check and try again later. | |
| 400 | IncorrectSceneStatus.Waiting | %s, please try again later. | |
| 400 | IncorrectSceneStatus.Idle | %s, please check and try again later. | |
| 400 | InvalidCaptionResource | %s, please check and try again later. | |
| 400 | IncorrectSceneStatus | %s, please check and try again later. | |
| 401 | IllegalOperation | %s, please check and try again later. | |
| 412 | ResourceInChannel.PreConditionFailed | %s, please try again later. | |
| 412 | ResourceInChannel.Invalid | %s, please check and try again later. | |
| 500 | InternalError | %s, please try again later. | |
| 404 | InvalidCaster.NotFound | %s, please check and try again later. | |
| 404 | InvalidScene.NotFound | %s, please check and try again later. | |
| 404 | InvalidLayout.NotFound | %s, please check and try again later. | |
| 404 | InvalidComponent.NotFound | %s, please check and try again later. | |
| 404 | InvalidVideo.NotFound | %s, please check and try again later. | |
| 404 | ResourceInChannel.NotFound | %s, please check and try again later. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.