tencentcloud-sdk-nodejs-live 4.1.210 → 4.1.214
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
|
@@ -3958,45 +3958,45 @@ export interface DescribeDeliverLogDownListResponse {
|
|
|
3958
3958
|
*/
|
|
3959
3959
|
export interface PadTemplate {
|
|
3960
3960
|
/**
|
|
3961
|
-
*
|
|
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
|
-
*
|
|
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
|
* 拉流配置。
|
|
@@ -7468,6 +7468,10 @@ export interface CreateLiveCallbackTemplateRequest {
|
|
|
7468
7468
|
* CreateAuditKeywordLib返回参数结构体
|
|
7469
7469
|
*/
|
|
7470
7470
|
export interface CreateAuditKeywordLibResponse {
|
|
7471
|
+
/**
|
|
7472
|
+
* <p>新建的词库 Id。</p>
|
|
7473
|
+
*/
|
|
7474
|
+
LibId?: string;
|
|
7471
7475
|
/**
|
|
7472
7476
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7473
7477
|
*/
|