tencentcloud-sdk-nodejs-live 4.1.8 → 4.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6203,12 +6203,11 @@ export interface CreateLiveTimeShiftRuleRequest {
|
|
|
6203
6203
|
*/
|
|
6204
6204
|
DomainName: string;
|
|
6205
6205
|
/**
|
|
6206
|
-
* 推流路径,与推流和播放地址中的AppName保持一致,默认为 live
|
|
6206
|
+
* 推流路径,与推流和播放地址中的AppName保持一致,默认为 live。注:如果需要对所有AppName生效,可填写“*”。
|
|
6207
6207
|
*/
|
|
6208
6208
|
AppName: string;
|
|
6209
6209
|
/**
|
|
6210
|
-
*
|
|
6211
|
-
注:如果本参数设置为非空字符串,规则将只对此推流起作用。
|
|
6210
|
+
* 流名称。注:如果本参数设置为非空字符串,规则将只对此推流起作用。如果需要对所有StreamName生效,可填写“*”。
|
|
6212
6211
|
*/
|
|
6213
6212
|
StreamName: string;
|
|
6214
6213
|
/**
|