tencentcloud-sdk-nodejs-live 4.1.210 → 4.1.213

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-live",
3
- "version": "4.1.210",
3
+ "version": "4.1.213",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3958,45 +3958,45 @@ export interface DescribeDeliverLogDownListResponse {
3958
3958
  */
3959
3959
  export interface PadTemplate {
3960
3960
  /**
3961
- * 模板id
3961
+ * <p>模板id。</p>
3962
3962
  */
3963
3963
  TemplateId: number;
3964
3964
  /**
3965
- * 模板名称。
3965
+ * <p>模板名称。</p>
3966
3966
  */
3967
3967
  TemplateName: string;
3968
3968
  /**
3969
- * 垫片内容。
3969
+ * <p>垫片内容。</p>
3970
3970
  */
3971
3971
  Url: string;
3972
3972
  /**
3973
- * 模板创建时间。
3973
+ * <p>模板创建时间。</p>
3974
3974
  */
3975
3975
  CreateTime: string;
3976
3976
  /**
3977
- * 模板修改时间。
3977
+ * <p>模板修改时间。</p>
3978
3978
  */
3979
3979
  UpdateTime: string;
3980
3980
  /**
3981
- * 模板描述。
3981
+ * <p>模板描述。</p>
3982
3982
  */
3983
3983
  Description?: string;
3984
3984
  /**
3985
- * 断流等待时间。
3986
- 取值范围:0-30000。
3987
- 单位:ms。
3985
+ * <p>断流等待时间。<br>取值范围:0-30000。<br>单位:ms。</p>
3988
3986
  */
3989
3987
  WaitDuration?: number;
3990
3988
  /**
3991
- * 最大垫片时长。
3992
- 取值范围:0 - 正无穷。
3993
- 单位:ms。
3989
+ * <p>最大垫片时长。<br>取值范围:0 - 正无穷。<br>单位:ms。</p>
3994
3990
  */
3995
3991
  MaxDuration?: number;
3996
3992
  /**
3997
- * 垫片内容类型: 1:图片,2:视频。 默认值:1
3993
+ * <p>垫片内容类型: 1:图片,2:视频。 默认值:1。</p>
3998
3994
  */
3999
3995
  Type?: number;
3996
+ /**
3997
+ * <p>断流垫片触发条件</p><p>枚举值:</p><ul><li>0: 主动及异常断流</li><li>1: 异常断流</li></ul><p>默认值:0</p>
3998
+ */
3999
+ TriggerCondition?: number;
4000
4000
  }
4001
4001
  /**
4002
4002
  * 拉流配置。