tencentcloud-sdk-nodejs-live 4.1.202 → 4.1.203
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
|
@@ -590,8 +590,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
590
590
|
*/
|
|
591
591
|
DescribeLiveAvatarImageList(req?: DescribeLiveAvatarImageListRequest, cb?: (error: string, rep: DescribeLiveAvatarImageListResponse) => void): Promise<DescribeLiveAvatarImageListResponse>;
|
|
592
592
|
/**
|
|
593
|
-
|
|
594
|
-
|
|
593
|
+
* 批量获取日志URL。
|
|
594
|
+
日志数据打包存在一定延迟,24小时候数据包趋于完整。
|
|
595
|
+
*/
|
|
595
596
|
DescribeLogDownloadList(req: DescribeLogDownloadListRequest, cb?: (error: string, rep: DescribeLogDownloadListResponse) => void): Promise<DescribeLogDownloadListResponse>;
|
|
596
597
|
/**
|
|
597
598
|
* 调用该接口,用于触发话术播报生成,并返回音频播报URL。
|
|
@@ -870,8 +870,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
870
870
|
return this.request("DescribeLiveAvatarImageList", req, cb);
|
|
871
871
|
}
|
|
872
872
|
/**
|
|
873
|
-
|
|
874
|
-
|
|
873
|
+
* 批量获取日志URL。
|
|
874
|
+
日志数据打包存在一定延迟,24小时候数据包趋于完整。
|
|
875
|
+
*/
|
|
875
876
|
async DescribeLogDownloadList(req, cb) {
|
|
876
877
|
return this.request("DescribeLogDownloadList", req, cb);
|
|
877
878
|
}
|
|
@@ -2449,37 +2449,35 @@ export interface ModifyLiveStreamMonitorResponse {
|
|
|
2449
2449
|
*/
|
|
2450
2450
|
export interface CreateRecordTaskRequest {
|
|
2451
2451
|
/**
|
|
2452
|
-
*
|
|
2452
|
+
* <p>流名称。</p>
|
|
2453
2453
|
*/
|
|
2454
2454
|
StreamName: string;
|
|
2455
2455
|
/**
|
|
2456
|
-
*
|
|
2456
|
+
* <p>推流域名。</p>
|
|
2457
2457
|
*/
|
|
2458
2458
|
DomainName: string;
|
|
2459
2459
|
/**
|
|
2460
|
-
*
|
|
2460
|
+
* <p>推流路径。</p>
|
|
2461
2461
|
*/
|
|
2462
2462
|
AppName: string;
|
|
2463
2463
|
/**
|
|
2464
|
-
*
|
|
2464
|
+
* <p>录制任务结束时间,Unix时间戳。设置时间必须大于StartTime及当前时间,且小于当前时间+7天。</p>
|
|
2465
2465
|
*/
|
|
2466
2466
|
EndTime: number;
|
|
2467
2467
|
/**
|
|
2468
|
-
*
|
|
2468
|
+
* <p>录制任务开始时间,Unix时间戳。如果不填表示立即启动录制。EndTime - StartTime不能超过24小时。</p>
|
|
2469
2469
|
*/
|
|
2470
2470
|
StartTime?: number;
|
|
2471
2471
|
/**
|
|
2472
|
-
*
|
|
2473
|
-
0-直播推流。
|
|
2474
|
-
1-合成流,即 A+B=C 类型混流。
|
|
2472
|
+
* <p>推流类型,默认0。取值:<br>0-直播推流。<br>1-合成流,即 A+B=C 类型混流。</p>
|
|
2475
2473
|
*/
|
|
2476
2474
|
StreamType?: number;
|
|
2477
2475
|
/**
|
|
2478
|
-
*
|
|
2476
|
+
* <p>录制模板ID,CreateLiveRecordTemplate 返回值。如果不填或者传入错误ID,则默认录制 HLS 格式、永久存储至 VOD 主应用下。<br>示例值:0。</p>
|
|
2479
2477
|
*/
|
|
2480
2478
|
TemplateId?: number;
|
|
2481
2479
|
/**
|
|
2482
|
-
*
|
|
2480
|
+
* <p>扩展字段,暂无定义。默认为空。</p>
|
|
2483
2481
|
*/
|
|
2484
2482
|
Extension?: string;
|
|
2485
2483
|
}
|
|
@@ -9662,7 +9660,7 @@ export interface DescribeLiveCallbackRulesResponse {
|
|
|
9662
9660
|
*/
|
|
9663
9661
|
export interface CreateRecordTaskResponse {
|
|
9664
9662
|
/**
|
|
9665
|
-
*
|
|
9663
|
+
* <p>任务ID,全局唯一标识录制任务。返回TaskId字段说明录制任务创建成功。</p>
|
|
9666
9664
|
*/
|
|
9667
9665
|
TaskId?: string;
|
|
9668
9666
|
/**
|