tencentcloud-sdk-nodejs 4.0.984 → 4.0.986
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/CHANGELOG.md +520 -0
- package/SERVICE_CHANGELOG.md +613 -218
- package/package.json +1 -1
- package/products.md +28 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +2 -1
- package/src/services/cdb/v20170320/cdb_models.ts +74 -1
- package/src/services/cfs/v20190719/cfs_models.ts +8 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +207 -178
- package/src/services/cloudapp/v20220530/cloudapp_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +34 -10
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +107 -41
- package/src/services/emr/v20190103/emr_models.ts +9 -4
- package/src/services/ess/v20201111/ess_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +91 -20
- package/src/services/ivld/v20210903/ivld_client.ts +0 -4
- package/src/services/ivld/v20210903/ivld_models.ts +132 -99
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/lke/v20231130/lke_client.ts +126 -39
- package/src/services/lke/v20231130/lke_models.ts +483 -97
- package/src/services/mps/v20190612/mps_models.ts +7 -5
- package/src/services/organization/v20210331/organization_models.ts +1 -12
- package/src/services/privatedns/v20201028/privatedns_models.ts +26 -13
- package/src/services/rce/v20201103/rce_models.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +11 -9
- package/src/services/tke/v20220501/tke_client.ts +3 -1
- package/src/services/tke/v20220501/tke_models.ts +64 -8
- package/src/services/tmt/v20180321/tmt_client.ts +1 -1
- package/src/services/trocket/v20230308/trocket_models.ts +12 -12
- package/src/services/trtc/v20190722/trtc_client.ts +8 -6
- package/src/services/trtc/v20190722/trtc_models.ts +166 -109
- package/src/services/vcube/index.ts +5 -0
- package/src/services/vcube/v20220410/index.ts +6 -0
- package/src/services/vcube/v20220410/vcube_client.ts +455 -0
- package/src/services/vcube/v20220410/vcube_models.ts +2125 -0
- package/src/services/vdb/v20230616/vdb_models.ts +4 -0
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +17 -1
- package/src/services/vpc/v20170312/vpc_client.ts +13 -0
- package/src/services/vpc/v20170312/vpc_models.ts +80 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +73 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +207 -178
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +11 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +15 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +102 -40
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +89 -20
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +0 -4
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +0 -4
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +132 -99
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +41 -13
- package/tencentcloud/services/lke/v20231130/lke_client.js +60 -18
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +466 -97
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +7 -5
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +1 -12
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +26 -13
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -9
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +62 -8
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +12 -12
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +162 -107
- package/tencentcloud/services/vcube/index.d.ts +6 -0
- package/tencentcloud/services/vcube/index.js +7 -0
- package/tencentcloud/services/vcube/v20220410/index.d.ts +6 -0
- package/tencentcloud/services/vcube/v20220410/index.js +9 -0
- package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +146 -0
- package/tencentcloud/services/vcube/v20220410/vcube_client.js +235 -0
- package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +2025 -0
- package/tencentcloud/services/vcube/v20220410/vcube_models.js +18 -0
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +77 -5
- package/test/cynosdb.v20190107.test.js +22 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/lke.v20231130.test.js +88 -18
- package/test/vcube.v20220410.test.js +361 -0
- package/test/vpc.v20170312.test.js +10 -0
|
@@ -627,6 +627,55 @@ export interface VideoEncode {
|
|
|
627
627
|
*/
|
|
628
628
|
Gop: number;
|
|
629
629
|
}
|
|
630
|
+
/**
|
|
631
|
+
* MCU混流布局参数
|
|
632
|
+
*/
|
|
633
|
+
export interface LayoutParams {
|
|
634
|
+
/**
|
|
635
|
+
* 混流布局模板ID,0为悬浮模板(默认);1为九宫格模板;2为屏幕分享模板;3为画中画模板;4为自定义模板。
|
|
636
|
+
*/
|
|
637
|
+
Template?: number;
|
|
638
|
+
/**
|
|
639
|
+
* 屏幕分享模板、悬浮模板、画中画模板中有效,代表大画面对应的用户ID。
|
|
640
|
+
*/
|
|
641
|
+
MainVideoUserId?: string;
|
|
642
|
+
/**
|
|
643
|
+
* 屏幕分享模板、悬浮模板、画中画模板中有效,代表大画面对应的流类型,0为摄像头,1为屏幕分享。左侧大画面为web用户时此值填0。
|
|
644
|
+
*/
|
|
645
|
+
MainVideoStreamType?: number;
|
|
646
|
+
/**
|
|
647
|
+
* 画中画模板中有效,代表小画面的布局参数。
|
|
648
|
+
*/
|
|
649
|
+
SmallVideoLayoutParams?: SmallVideoLayoutParams;
|
|
650
|
+
/**
|
|
651
|
+
* 屏幕分享模板有效。设置为1时代表大画面居右,小画面居左布局。默认为0。
|
|
652
|
+
*/
|
|
653
|
+
MainVideoRightAlign?: number;
|
|
654
|
+
/**
|
|
655
|
+
* 指定混视频的用户ID列表。设置此参数后,输出流混合此参数中包含用户的音视频,以及其他用户的纯音频。悬浮模板、九宫格、屏幕分享模板有效,最多可设置16个用户。
|
|
656
|
+
*/
|
|
657
|
+
MixVideoUids?: Array<string>;
|
|
658
|
+
/**
|
|
659
|
+
* 自定义模板中有效,指定用户视频在混合画面中的位置。
|
|
660
|
+
*/
|
|
661
|
+
PresetLayoutConfig?: Array<PresetLayoutConfig>;
|
|
662
|
+
/**
|
|
663
|
+
* 自定义模板中有效,设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行视频时可显示对应的占位图。
|
|
664
|
+
*/
|
|
665
|
+
PlaceHolderMode?: number;
|
|
666
|
+
/**
|
|
667
|
+
* 悬浮模板、九宫格、屏幕分享模板生效,用于控制纯音频上行是否占用画面布局位置。设置为0是代表后台默认处理方式,悬浮小画面占布局位置,九宫格画面占布局位置、屏幕分享小画面不占布局位置;设置为1时代表纯音频上行占布局位置;设置为2时代表纯音频上行不占布局位置。默认为0。
|
|
668
|
+
*/
|
|
669
|
+
PureAudioHoldPlaceMode?: number;
|
|
670
|
+
/**
|
|
671
|
+
* 水印参数。
|
|
672
|
+
*/
|
|
673
|
+
WaterMarkParams?: WaterMarkParams;
|
|
674
|
+
/**
|
|
675
|
+
* 屏幕分享模板、悬浮模板、九宫格模板、画中画模版有效,画面在输出时的显示模式:0为裁剪,1为缩放,2为缩放并显示黑底,不填采用后台的默认渲染方式(屏幕分享大画面为缩放,其他为裁剪)。若此参数不生效,请提交工单寻求帮助。
|
|
676
|
+
*/
|
|
677
|
+
RenderMode?: number;
|
|
678
|
+
}
|
|
630
679
|
/**
|
|
631
680
|
* StopMCUMixTranscodeByStrRoomId返回参数结构体
|
|
632
681
|
*/
|
|
@@ -861,20 +910,6 @@ export interface DescribeUserInfoRequest {
|
|
|
861
910
|
*/
|
|
862
911
|
PageSize?: number;
|
|
863
912
|
}
|
|
864
|
-
/**
|
|
865
|
-
* DescribeTRTCMarketQualityData返回参数结构体
|
|
866
|
-
*/
|
|
867
|
-
export interface DescribeTRTCMarketQualityDataResponse {
|
|
868
|
-
/**
|
|
869
|
-
* TRTC监控数据出参
|
|
870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
871
|
-
*/
|
|
872
|
-
Data?: TRTCDataResult;
|
|
873
|
-
/**
|
|
874
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
875
|
-
*/
|
|
876
|
-
RequestId?: string;
|
|
877
|
-
}
|
|
878
913
|
/**
|
|
879
914
|
* DescribeRelayUsage请求参数结构体
|
|
880
915
|
*/
|
|
@@ -1198,6 +1233,10 @@ export interface CreateBasicModerationRequest {
|
|
|
1198
1233
|
* TRTC房间号的类型。【*注意】必须和TRTC的房间所对应的RoomId类型相同:0: 字符串类型的RoomId1: 32位整型的RoomId(默认)
|
|
1199
1234
|
*/
|
|
1200
1235
|
RoomIdType?: number;
|
|
1236
|
+
/**
|
|
1237
|
+
* 音频文件上传到云存储的参数
|
|
1238
|
+
*/
|
|
1239
|
+
AuditStorageParams?: AuditStorageParams;
|
|
1201
1240
|
}
|
|
1202
1241
|
/**
|
|
1203
1242
|
* 点播相关参数。
|
|
@@ -1406,25 +1445,18 @@ export interface StopStreamIngestRequest {
|
|
|
1406
1445
|
TaskId: string;
|
|
1407
1446
|
}
|
|
1408
1447
|
/**
|
|
1409
|
-
*
|
|
1448
|
+
* DescribeTRTCMarketQualityData返回参数结构体
|
|
1410
1449
|
*/
|
|
1411
|
-
export interface
|
|
1412
|
-
/**
|
|
1413
|
-
* 用户SdkAppId(如:1400xxxxxx)
|
|
1414
|
-
*/
|
|
1415
|
-
SdkAppId: string;
|
|
1416
|
-
/**
|
|
1417
|
-
* 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)
|
|
1418
|
-
*/
|
|
1419
|
-
StartTime: number;
|
|
1450
|
+
export interface DescribeTRTCMarketQualityDataResponse {
|
|
1420
1451
|
/**
|
|
1421
|
-
*
|
|
1452
|
+
* TRTC监控数据出参
|
|
1453
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1422
1454
|
*/
|
|
1423
|
-
|
|
1455
|
+
Data?: TRTCDataResult;
|
|
1424
1456
|
/**
|
|
1425
|
-
*
|
|
1457
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1426
1458
|
*/
|
|
1427
|
-
|
|
1459
|
+
RequestId?: string;
|
|
1428
1460
|
}
|
|
1429
1461
|
/**
|
|
1430
1462
|
* 画中画模板中有效,代表小画面的布局参数
|
|
@@ -2578,53 +2610,25 @@ export interface DescribeTRTCRealTimeQualityMetricDataResponse {
|
|
|
2578
2610
|
RequestId?: string;
|
|
2579
2611
|
}
|
|
2580
2612
|
/**
|
|
2581
|
-
*
|
|
2613
|
+
* DescribeTRTCRealTimeQualityData请求参数结构体
|
|
2582
2614
|
*/
|
|
2583
|
-
export interface
|
|
2584
|
-
/**
|
|
2585
|
-
* 混流布局模板ID,0为悬浮模板(默认);1为九宫格模板;2为屏幕分享模板;3为画中画模板;4为自定义模板。
|
|
2586
|
-
*/
|
|
2587
|
-
Template?: number;
|
|
2588
|
-
/**
|
|
2589
|
-
* 屏幕分享模板、悬浮模板、画中画模板中有效,代表大画面对应的用户ID。
|
|
2590
|
-
*/
|
|
2591
|
-
MainVideoUserId?: string;
|
|
2592
|
-
/**
|
|
2593
|
-
* 屏幕分享模板、悬浮模板、画中画模板中有效,代表大画面对应的流类型,0为摄像头,1为屏幕分享。左侧大画面为web用户时此值填0。
|
|
2594
|
-
*/
|
|
2595
|
-
MainVideoStreamType?: number;
|
|
2596
|
-
/**
|
|
2597
|
-
* 画中画模板中有效,代表小画面的布局参数。
|
|
2598
|
-
*/
|
|
2599
|
-
SmallVideoLayoutParams?: SmallVideoLayoutParams;
|
|
2600
|
-
/**
|
|
2601
|
-
* 屏幕分享模板有效。设置为1时代表大画面居右,小画面居左布局。默认为0。
|
|
2602
|
-
*/
|
|
2603
|
-
MainVideoRightAlign?: number;
|
|
2604
|
-
/**
|
|
2605
|
-
* 指定混视频的用户ID列表。设置此参数后,输出流混合此参数中包含用户的音视频,以及其他用户的纯音频。悬浮模板、九宫格、屏幕分享模板有效,最多可设置16个用户。
|
|
2606
|
-
*/
|
|
2607
|
-
MixVideoUids?: Array<string>;
|
|
2608
|
-
/**
|
|
2609
|
-
* 自定义模板中有效,指定用户视频在混合画面中的位置。
|
|
2610
|
-
*/
|
|
2611
|
-
PresetLayoutConfig?: Array<PresetLayoutConfig>;
|
|
2615
|
+
export interface DescribeTRTCRealTimeQualityDataRequest {
|
|
2612
2616
|
/**
|
|
2613
|
-
*
|
|
2617
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
2614
2618
|
*/
|
|
2615
|
-
|
|
2619
|
+
SdkAppId: string;
|
|
2616
2620
|
/**
|
|
2617
|
-
*
|
|
2621
|
+
* 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)
|
|
2618
2622
|
*/
|
|
2619
|
-
|
|
2623
|
+
StartTime: number;
|
|
2620
2624
|
/**
|
|
2621
|
-
*
|
|
2625
|
+
* 结束时间,unix时间戳,单位:秒
|
|
2622
2626
|
*/
|
|
2623
|
-
|
|
2627
|
+
EndTime: number;
|
|
2624
2628
|
/**
|
|
2625
|
-
*
|
|
2629
|
+
* 房间ID
|
|
2626
2630
|
*/
|
|
2627
|
-
|
|
2631
|
+
RoomId?: string;
|
|
2628
2632
|
}
|
|
2629
2633
|
/**
|
|
2630
2634
|
* StartWebRecord返回参数结构体
|
|
@@ -3055,21 +3059,46 @@ export interface RowValues {
|
|
|
3055
3059
|
RowValue?: Array<number | bigint>;
|
|
3056
3060
|
}
|
|
3057
3061
|
/**
|
|
3058
|
-
*
|
|
3062
|
+
* 腾讯云对象存储COS以及第三方云存储的账号信息
|
|
3059
3063
|
*/
|
|
3060
|
-
export interface
|
|
3064
|
+
export interface CloudAuditStorage {
|
|
3061
3065
|
/**
|
|
3062
|
-
*
|
|
3066
|
+
* 腾讯云对象存储COS以及第三方云存储账号信息
|
|
3067
|
+
0:腾讯云对象存储 COS
|
|
3068
|
+
1:AWS
|
|
3069
|
+
【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中
|
|
3070
|
+
示例值:0
|
|
3063
3071
|
*/
|
|
3064
|
-
|
|
3072
|
+
Vendor: number;
|
|
3065
3073
|
/**
|
|
3066
|
-
*
|
|
3074
|
+
* 腾讯云对象存储的[地域信息](https://cloud.tencent.com/document/product/436/6224#.E5.9C.B0.E5.9F.9F)。
|
|
3075
|
+
示例值:cn-shanghai-1
|
|
3076
|
+
|
|
3077
|
+
AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)
|
|
3078
|
+
示例值:ap-southeast-3
|
|
3067
3079
|
*/
|
|
3068
|
-
|
|
3080
|
+
Region: string;
|
|
3069
3081
|
/**
|
|
3070
|
-
*
|
|
3082
|
+
* 云存储桶名称。
|
|
3071
3083
|
*/
|
|
3072
|
-
|
|
3084
|
+
Bucket: string;
|
|
3085
|
+
/**
|
|
3086
|
+
* 云存储的access_key账号信息。
|
|
3087
|
+
若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。
|
|
3088
|
+
示例值:test-accesskey
|
|
3089
|
+
*/
|
|
3090
|
+
AccessKey: string;
|
|
3091
|
+
/**
|
|
3092
|
+
* 云存储的secret_key账号信息。
|
|
3093
|
+
若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。
|
|
3094
|
+
示例值:test-secretkey
|
|
3095
|
+
*/
|
|
3096
|
+
SecretKey: string;
|
|
3097
|
+
/**
|
|
3098
|
+
* 云存储bucket 的指定位置,由字符串数组组成。合法的字符串范围az,AZ,0~9,'_'和'-',举个例子,录制文件xxx.m3u8在 ["prefix1", "prefix2"]作用下,会变成prefix1/prefix2/TaskId/xxx.m3u8。
|
|
3099
|
+
示例值:["prefix1", "prefix2"]
|
|
3100
|
+
*/
|
|
3101
|
+
FileNamePrefix?: Array<string>;
|
|
3073
3102
|
}
|
|
3074
3103
|
/**
|
|
3075
3104
|
* CreateCloudRecording返回参数结构体
|
|
@@ -3452,15 +3481,6 @@ export interface StartAITranscriptionRequest {
|
|
|
3452
3481
|
*/
|
|
3453
3482
|
RecognizeConfig?: RecognizeConfig;
|
|
3454
3483
|
}
|
|
3455
|
-
/**
|
|
3456
|
-
* DismissRoom返回参数结构体
|
|
3457
|
-
*/
|
|
3458
|
-
export interface DismissRoomResponse {
|
|
3459
|
-
/**
|
|
3460
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3461
|
-
*/
|
|
3462
|
-
RequestId?: string;
|
|
3463
|
-
}
|
|
3464
3484
|
/**
|
|
3465
3485
|
* StopStreamIngest返回参数结构体
|
|
3466
3486
|
*/
|
|
@@ -3488,33 +3508,13 @@ export interface MixUserInfo {
|
|
|
3488
3508
|
RoomIdType?: number;
|
|
3489
3509
|
}
|
|
3490
3510
|
/**
|
|
3491
|
-
*
|
|
3511
|
+
* DismissRoom返回参数结构体
|
|
3492
3512
|
*/
|
|
3493
|
-
export interface
|
|
3494
|
-
/**
|
|
3495
|
-
* 视频流类型:
|
|
3496
|
-
0:与视频无关的事件;
|
|
3497
|
-
2:视频为大画面;
|
|
3498
|
-
3:视频为小画面;
|
|
3499
|
-
7:视频为旁路画面;
|
|
3500
|
-
*/
|
|
3501
|
-
Type: number;
|
|
3502
|
-
/**
|
|
3503
|
-
* 事件上报的时间戳,unix时间(1589891188801ms)
|
|
3504
|
-
*/
|
|
3505
|
-
Time: number;
|
|
3506
|
-
/**
|
|
3507
|
-
* 事件Id:分为sdk的事件和webrtc的事件,详情见:附录/事件 ID 映射表:https://cloud.tencent.com/document/product/647/44916
|
|
3508
|
-
*/
|
|
3509
|
-
EventId: number;
|
|
3510
|
-
/**
|
|
3511
|
-
* 事件的第一个参数,如视频分辨率宽
|
|
3512
|
-
*/
|
|
3513
|
-
ParamOne: number;
|
|
3513
|
+
export interface DismissRoomResponse {
|
|
3514
3514
|
/**
|
|
3515
|
-
*
|
|
3515
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3516
3516
|
*/
|
|
3517
|
-
|
|
3517
|
+
RequestId?: string;
|
|
3518
3518
|
}
|
|
3519
3519
|
/**
|
|
3520
3520
|
* DescribeTRTCMarketQualityData请求参数结构体
|
|
@@ -3637,6 +3637,15 @@ export interface MaxVideoUser {
|
|
|
3637
3637
|
*/
|
|
3638
3638
|
UserMediaStream: UserMediaStream;
|
|
3639
3639
|
}
|
|
3640
|
+
/**
|
|
3641
|
+
* 审核存储参数
|
|
3642
|
+
*/
|
|
3643
|
+
export interface AuditStorageParams {
|
|
3644
|
+
/**
|
|
3645
|
+
* 腾讯云对象存储COS以及第三方云存储的账号信息
|
|
3646
|
+
*/
|
|
3647
|
+
CloudAuditStorage?: CloudAuditStorage;
|
|
3648
|
+
}
|
|
3640
3649
|
/**
|
|
3641
3650
|
* 转推服务加入TRTC房间的机器人参数。
|
|
3642
3651
|
*/
|
|
@@ -3728,6 +3737,35 @@ export interface StopAIConversationRequest {
|
|
|
3728
3737
|
*/
|
|
3729
3738
|
TaskId: string;
|
|
3730
3739
|
}
|
|
3740
|
+
/**
|
|
3741
|
+
* 事件信息,包括,事件时间戳,事件ID,
|
|
3742
|
+
*/
|
|
3743
|
+
export interface EventMessage {
|
|
3744
|
+
/**
|
|
3745
|
+
* 视频流类型:
|
|
3746
|
+
0:与视频无关的事件;
|
|
3747
|
+
2:视频为大画面;
|
|
3748
|
+
3:视频为小画面;
|
|
3749
|
+
7:视频为旁路画面;
|
|
3750
|
+
*/
|
|
3751
|
+
Type: number;
|
|
3752
|
+
/**
|
|
3753
|
+
* 事件上报的时间戳,unix时间(1589891188801ms)
|
|
3754
|
+
*/
|
|
3755
|
+
Time: number;
|
|
3756
|
+
/**
|
|
3757
|
+
* 事件Id:分为sdk的事件和webrtc的事件,详情见:附录/事件 ID 映射表:https://cloud.tencent.com/document/product/647/44916
|
|
3758
|
+
*/
|
|
3759
|
+
EventId: number;
|
|
3760
|
+
/**
|
|
3761
|
+
* 事件的第一个参数,如视频分辨率宽
|
|
3762
|
+
*/
|
|
3763
|
+
ParamOne: number;
|
|
3764
|
+
/**
|
|
3765
|
+
* 事件的第二个参数,如视频分辨率高
|
|
3766
|
+
*/
|
|
3767
|
+
ParamTwo: number;
|
|
3768
|
+
}
|
|
3731
3769
|
/**
|
|
3732
3770
|
* UpdatePublishCdnStream返回参数结构体
|
|
3733
3771
|
*/
|
|
@@ -3888,6 +3926,23 @@ export interface DescribeStreamIngestRequest {
|
|
|
3888
3926
|
*/
|
|
3889
3927
|
TaskId: string;
|
|
3890
3928
|
}
|
|
3929
|
+
/**
|
|
3930
|
+
* 旁路转码时长的查询结果
|
|
3931
|
+
*/
|
|
3932
|
+
export interface OneSdkAppIdTranscodeTimeUsagesInfo {
|
|
3933
|
+
/**
|
|
3934
|
+
* 旁路转码时长查询结果数组
|
|
3935
|
+
*/
|
|
3936
|
+
SdkAppIdTranscodeTimeUsages: Array<SdkAppIdTrtcMcuTranscodeTimeUsage>;
|
|
3937
|
+
/**
|
|
3938
|
+
* 查询记录数量
|
|
3939
|
+
*/
|
|
3940
|
+
TotalNum: number;
|
|
3941
|
+
/**
|
|
3942
|
+
* 所查询的应用ID,可能值为:1-应用的应用ID,2-total,显示为total则表示查询的是所有应用的用量合计值。
|
|
3943
|
+
*/
|
|
3944
|
+
SdkAppId: string;
|
|
3945
|
+
}
|
|
3891
3946
|
/**
|
|
3892
3947
|
* DescribeTRTCMarketScaleMetricData返回参数结构体
|
|
3893
3948
|
*/
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.v20220410 = void 0;
|
|
4
|
+
const Models = require("./vcube_models");
|
|
5
|
+
const vcube_client_1 = require("./vcube_client");
|
|
6
|
+
exports.v20220410 = {
|
|
7
|
+
Client: vcube_client_1.Client,
|
|
8
|
+
Models: Models
|
|
9
|
+
};
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
import { ClientConfig } from "../../../common/interface";
|
|
3
|
+
import { DescribeVcubeApplicationAndLicenseRequest, CreateLicenseResponse, CreateApplicationAndVideoResponse, CreateApplicationAndBindLicenseResponse, ModifyFormalApplicationResponse, DescribeXMagicResourceListRequest, DescribeVcubeResourcesListRequest, DescribeTrialFeatureResponse, CreateTrialLicenseResponse, DescribeUserConfigResponse, RenewTestXMagicResponse, RenewVideoResponse, UpdateXMagicRequest, DescribeVcubeResourcesRequest, CreateLicenseRequest, CreateTrialApplicationAndLicenseRequest, ModifyFormalApplicationRequest, DescribeLicenseListRequest, DescribeSTSRequest, RenewLicenseRequest, RenewLicenseResponse, DescribeVcubeApplicationAndPlayListRequest, DescribeVcubeApplicationAndXMagicListRequest, DescribeVcubeResourcesListResponse, DescribeLicenseListResponse, ModifyApplicationResponse, ModifyXMagicRequest, DescribeVcubeResourcesResponse, DescribeNewsRequest, CreateTestXMagicResponse, DescribeUserConfigRequest, RenewTestXMagicRequest, UpdateXMagicResponse, ModifyLicenseRequest, CreateActivityLicenseResponse, UpdateTestXMagicResponse, CreateTrialApplicationAndLicenseResponse, DescribeXMagicResourceRequest, ModifyPresetApplicationResponse, CreateXMagicResponse, ModifyPresetApplicationRequest, DescribeNewsResponse, DescribeSTSResponse, DescribeXMagicResourceResponse, DescribeVcubeApplicationAndPlayListResponse, ModifyTrialLicenseResponse, UpdateTrialLicenseResponse, ModifyApplicationRequest, CreateXMagicRequest, RenewVideoRequest, CreateApplicationAndVideoRequest, DescribeVcubeApplicationAndLicenseResponse, CreateTestXMagicRequest, DescribeVcubeApplicationAndXMagicListResponse, CreateTrialLicenseRequest, DescribeFeatureListRequest, CreateActivityLicenseRequest, UpdateTrialLicenseRequest, UpdateTestXMagicRequest, ModifyLicenseResponse, CreateApplicationAndWebPlayerLicenseResponse, ModifyTrialLicenseRequest, ModifyXMagicResponse, CreateApplicationAndWebPlayerLicenseRequest, CreateApplicationAndBindLicenseRequest, DescribeFeatureListResponse, DescribeXMagicResourceListResponse, DescribeTrialFeatureRequest } from "./vcube_models";
|
|
4
|
+
/**
|
|
5
|
+
* vcube client
|
|
6
|
+
* @class
|
|
7
|
+
*/
|
|
8
|
+
export declare class Client extends AbstractClient {
|
|
9
|
+
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 续期测试license
|
|
12
|
+
*/
|
|
13
|
+
ModifyTrialLicense(req: ModifyTrialLicenseRequest, cb?: (error: string, rep: ModifyTrialLicenseResponse) => void): Promise<ModifyTrialLicenseResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 续期测试版优图美视
|
|
16
|
+
*/
|
|
17
|
+
RenewTestXMagic(req: RenewTestXMagicRequest, cb?: (error: string, rep: RenewTestXMagicResponse) => void): Promise<RenewTestXMagicResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* 查询视立方 license 资源,所有的资源包
|
|
20
|
+
*/
|
|
21
|
+
DescribeVcubeResources(req: DescribeVcubeResourcesRequest, cb?: (error: string, rep: DescribeVcubeResourcesResponse) => void): Promise<DescribeVcubeResourcesResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* 创建应用并绑定license或者XMagic
|
|
24
|
+
*/
|
|
25
|
+
CreateApplicationAndBindLicense(req: CreateApplicationAndBindLicenseRequest, cb?: (error: string, rep: CreateApplicationAndBindLicenseResponse) => void): Promise<CreateApplicationAndBindLicenseResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 创建 web 播放器基础版
|
|
28
|
+
*/
|
|
29
|
+
CreateApplicationAndWebPlayerLicense(req: CreateApplicationAndWebPlayerLicenseRequest, cb?: (error: string, rep: CreateApplicationAndWebPlayerLicenseResponse) => void): Promise<CreateApplicationAndWebPlayerLicenseResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* 用途美视资源包用于开通正式优图美视
|
|
32
|
+
*/
|
|
33
|
+
DescribeXMagicResource(req: DescribeXMagicResourceRequest, cb?: (error: string, rep: DescribeXMagicResourceResponse) => void): Promise<DescribeXMagicResourceResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* 编辑更改应用
|
|
36
|
+
*/
|
|
37
|
+
ModifyApplication(req: ModifyApplicationRequest, cb?: (error: string, rep: ModifyApplicationResponse) => void): Promise<ModifyApplicationResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 修改正式应用的包名称
|
|
40
|
+
*/
|
|
41
|
+
ModifyFormalApplication(req: ModifyFormalApplicationRequest, cb?: (error: string, rep: ModifyFormalApplicationResponse) => void): Promise<ModifyFormalApplicationResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* 查询用户个性配置
|
|
44
|
+
*/
|
|
45
|
+
DescribeUserConfig(req?: DescribeUserConfigRequest, cb?: (error: string, rep: DescribeUserConfigResponse) => void): Promise<DescribeUserConfigResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* 获取临时秘钥,用于图片,特效包上传
|
|
48
|
+
*/
|
|
49
|
+
DescribeSTS(req?: DescribeSTSRequest, cb?: (error: string, rep: DescribeSTSResponse) => void): Promise<DescribeSTSResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* 修改内置应用包名
|
|
52
|
+
*/
|
|
53
|
+
ModifyPresetApplication(req: ModifyPresetApplicationRequest, cb?: (error: string, rep: ModifyPresetApplicationResponse) => void): Promise<ModifyPresetApplicationResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* 查询视立方 license 资源,包括资源包赠送和直接购买的资源
|
|
56
|
+
*/
|
|
57
|
+
DescribeVcubeResourcesList(req: DescribeVcubeResourcesListRequest, cb?: (error: string, rep: DescribeVcubeResourcesListResponse) => void): Promise<DescribeVcubeResourcesListResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* 开通测试license
|
|
60
|
+
*/
|
|
61
|
+
CreateTrialLicense(req: CreateTrialLicenseRequest, cb?: (error: string, rep: CreateTrialLicenseResponse) => void): Promise<CreateTrialLicenseResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* 正式license 升降配,点播精简版、基础版
|
|
64
|
+
*/
|
|
65
|
+
ModifyLicense(req: ModifyLicenseRequest, cb?: (error: string, rep: ModifyLicenseResponse) => void): Promise<ModifyLicenseResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* 查询用户license, 按照应用分类
|
|
68
|
+
*/
|
|
69
|
+
DescribeVcubeApplicationAndLicense(req: DescribeVcubeApplicationAndLicenseRequest, cb?: (error: string, rep: DescribeVcubeApplicationAndLicenseResponse) => void): Promise<DescribeVcubeApplicationAndLicenseResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* 将测试xmagic升级到正式版
|
|
72
|
+
*/
|
|
73
|
+
UpdateTestXMagic(req: UpdateTestXMagicRequest, cb?: (error: string, rep: UpdateTestXMagicResponse) => void): Promise<UpdateTestXMagicResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* 更新优图美视的申请信息 Status 为2,3的时候可用
|
|
76
|
+
*/
|
|
77
|
+
UpdateXMagic(req: UpdateXMagicRequest, cb?: (error: string, rep: UpdateXMagicResponse) => void): Promise<UpdateXMagicResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* 测试 license 升级为正式 license
|
|
80
|
+
*/
|
|
81
|
+
UpdateTrialLicense(req: UpdateTrialLicenseRequest, cb?: (error: string, rep: UpdateTrialLicenseResponse) => void): Promise<UpdateTrialLicenseResponse>;
|
|
82
|
+
/**
|
|
83
|
+
* 查询用户优图license, 按照应用分类
|
|
84
|
+
*/
|
|
85
|
+
DescribeVcubeApplicationAndXMagicList(req: DescribeVcubeApplicationAndXMagicListRequest, cb?: (error: string, rep: DescribeVcubeApplicationAndXMagicListResponse) => void): Promise<DescribeVcubeApplicationAndXMagicListResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* 查询用户点播直播等license, 按照应用分类,国际站专用
|
|
88
|
+
*/
|
|
89
|
+
DescribeVcubeApplicationAndPlayList(req: DescribeVcubeApplicationAndPlayListRequest, cb?: (error: string, rep: DescribeVcubeApplicationAndPlayListResponse) => void): Promise<DescribeVcubeApplicationAndPlayListResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* 总览页查询临期License列表,和统计数据
|
|
92
|
+
*/
|
|
93
|
+
DescribeLicenseList(req?: DescribeLicenseListRequest, cb?: (error: string, rep: DescribeLicenseListResponse) => void): Promise<DescribeLicenseListResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* 创建活动license
|
|
96
|
+
*/
|
|
97
|
+
CreateActivityLicense(req: CreateActivityLicenseRequest, cb?: (error: string, rep: CreateActivityLicenseResponse) => void): Promise<CreateActivityLicenseResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* 绑定license
|
|
100
|
+
*/
|
|
101
|
+
CreateLicense(req: CreateLicenseRequest, cb?: (error: string, rep: CreateLicenseResponse) => void): Promise<CreateLicenseResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* 申请开通测试版优图
|
|
104
|
+
*/
|
|
105
|
+
CreateTestXMagic(req: CreateTestXMagicRequest, cb?: (error: string, rep: CreateTestXMagicResponse) => void): Promise<CreateTestXMagicResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* 续期国际站视频播放功能和中国站web基础版
|
|
108
|
+
*/
|
|
109
|
+
RenewVideo(req: RenewVideoRequest, cb?: (error: string, rep: RenewVideoResponse) => void): Promise<RenewVideoResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* 正式license 续期与变更有效期
|
|
112
|
+
*/
|
|
113
|
+
RenewLicense(req: RenewLicenseRequest, cb?: (error: string, rep: RenewLicenseResponse) => void): Promise<RenewLicenseResponse>;
|
|
114
|
+
/**
|
|
115
|
+
* 创建测试应用并开通测试 license
|
|
116
|
+
*/
|
|
117
|
+
CreateTrialApplicationAndLicense(req: CreateTrialApplicationAndLicenseRequest, cb?: (error: string, rep: CreateTrialApplicationAndLicenseResponse) => void): Promise<CreateTrialApplicationAndLicenseResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* 用于优图美视资源列表展示
|
|
120
|
+
*/
|
|
121
|
+
DescribeXMagicResourceList(req: DescribeXMagicResourceListRequest, cb?: (error: string, rep: DescribeXMagicResourceListResponse) => void): Promise<DescribeXMagicResourceListResponse>;
|
|
122
|
+
/**
|
|
123
|
+
* 查询测试应用可以开通的功能
|
|
124
|
+
*/
|
|
125
|
+
DescribeTrialFeature(req?: DescribeTrialFeatureRequest, cb?: (error: string, rep: DescribeTrialFeatureResponse) => void): Promise<DescribeTrialFeatureResponse>;
|
|
126
|
+
/**
|
|
127
|
+
* x08开通正式版优图美视功能,针对已经有Application的情况
|
|
128
|
+
*/
|
|
129
|
+
CreateXMagic(req: CreateXMagicRequest, cb?: (error: string, rep: CreateXMagicResponse) => void): Promise<CreateXMagicResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* 创建应用和视频播放license 目前只有国际站可以用
|
|
132
|
+
*/
|
|
133
|
+
CreateApplicationAndVideo(req: CreateApplicationAndVideoRequest, cb?: (error: string, rep: CreateApplicationAndVideoResponse) => void): Promise<CreateApplicationAndVideoResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* 查询功能列表
|
|
136
|
+
*/
|
|
137
|
+
DescribeFeatureList(req?: DescribeFeatureListRequest, cb?: (error: string, rep: DescribeFeatureListResponse) => void): Promise<DescribeFeatureListResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* 查询产品动态
|
|
140
|
+
*/
|
|
141
|
+
DescribeNews(req: DescribeNewsRequest, cb?: (error: string, rep: DescribeNewsResponse) => void): Promise<DescribeNewsResponse>;
|
|
142
|
+
/**
|
|
143
|
+
* 使用一个腾讯特效资源,更新现在的腾讯特效license,license功能和到期时间会以新的资源为准,老资源会被替换下来
|
|
144
|
+
*/
|
|
145
|
+
ModifyXMagic(req: ModifyXMagicRequest, cb?: (error: string, rep: ModifyXMagicResponse) => void): Promise<ModifyXMagicResponse>;
|
|
146
|
+
}
|