Updates the live stream delay configuration.
Operation description
The queries per second (QPS) limit for this API is 60 calls per second for each user. API calls that exceed this limit are throttled, which may affect your business operations. Plan your API calls accordingly.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:UpdateLiveDelayConfig |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Domain |
string |
Yes |
example.com |
|
| App |
string |
Yes |
Specifies the streaming domain. |
liveApp**** |
| Stream |
string |
Yes |
The stream name. The wildcard character (*) is supported and represents all streams under the specified application name. |
liveStream**** |
| DelayTime |
integer |
Yes |
The name of the live stream. The wildcard character (*) matches all StreamName values for the specified AppName. |
60 |
| TaskTriggerMode |
string |
No |
The playback delay for the live stream, in seconds. The value must be an integer in the range of 16 to 3600. |
PUBLISH_ONLY |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
Examples
Success response
JSON format
{
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameters | There are invalid parameters: %s. | Invalid parameter:%s. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.