tencentcloud-sdk-nodejs 4.0.747 → 4.0.749
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 +420 -0
- package/SERVICE_CHANGELOG.md +373 -233
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +50 -9
- package/src/services/billing/v20180709/billing_models.ts +66 -36
- package/src/services/captcha/v20190722/captcha_client.ts +13 -0
- package/src/services/captcha/v20190722/captcha_models.ts +148 -0
- package/src/services/cat/v20180409/cat_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +47 -11
- package/src/services/cfw/v20190904/cfw_models.ts +257 -109
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +70 -22
- package/src/services/ess/v20201111/ess_models.ts +38 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +31 -3
- package/src/services/mna/v20210119/mna_client.ts +153 -103
- package/src/services/mna/v20210119/mna_models.ts +299 -79
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +35 -35
- package/src/services/omics/v20221128/omics_models.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +13 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +63 -0
- package/src/services/tiw/v20190919/tiw_client.ts +26 -81
- package/src/services/tiw/v20190919/tiw_models.ts +137 -217
- package/src/services/trtc/v20190722/trtc_models.ts +12 -0
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +4 -4
- package/src/services/vod/v20180717/vod_models.ts +31 -25
- package/src/services/vpc/v20170312/vpc_models.ts +6 -0
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +133 -32
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +3 -1
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +46 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +50 -9
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +66 -36
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +145 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +15 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +21 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +250 -108
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +70 -22
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +31 -3
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +51 -35
- package/tencentcloud/services/mna/v20210119/mna_client.js +75 -51
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +289 -79
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +35 -35
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +60 -0
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +7 -31
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -41
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +136 -209
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +12 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -4
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +31 -25
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +132 -32
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +44 -1
- package/test/captcha.v20190722.test.js +10 -0
- package/test/cfw.v20190904.test.js +32 -2
- package/test/mna.v20210119.test.js +74 -34
- package/test/sqlserver.v20180328.test.js +10 -0
- package/test/tiw.v20190919.test.js +6 -46
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DescribeOfflineRecordCallback请求参数结构体
|
|
3
|
-
*/
|
|
4
|
-
export interface DescribeOfflineRecordCallbackRequest {
|
|
5
|
-
/**
|
|
6
|
-
* 应用的SdkAppId
|
|
7
|
-
*/
|
|
8
|
-
SdkAppId: number;
|
|
9
|
-
}
|
|
10
1
|
/**
|
|
11
2
|
* 混流画布参数
|
|
12
3
|
*/
|
|
@@ -214,15 +205,6 @@ export interface CreateSnapshotTaskResponse {
|
|
|
214
205
|
*/
|
|
215
206
|
RequestId?: string;
|
|
216
207
|
}
|
|
217
|
-
/**
|
|
218
|
-
* DescribeOfflineRecord返回参数结构体
|
|
219
|
-
*/
|
|
220
|
-
export interface DescribeOfflineRecordResponse {
|
|
221
|
-
/**
|
|
222
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
223
|
-
*/
|
|
224
|
-
RequestId?: string;
|
|
225
|
-
}
|
|
226
208
|
/**
|
|
227
209
|
* ModifyApplication返回参数结构体
|
|
228
210
|
*/
|
|
@@ -264,54 +246,21 @@ export interface DescribeUserResourcesResponse {
|
|
|
264
246
|
RequestId?: string;
|
|
265
247
|
}
|
|
266
248
|
/**
|
|
267
|
-
*
|
|
249
|
+
* 日志查询里返回的白板用户数据
|
|
268
250
|
*/
|
|
269
|
-
export interface
|
|
270
|
-
/**
|
|
271
|
-
* 视频开始播放的时间(单位:毫秒)
|
|
272
|
-
*/
|
|
273
|
-
VideoPlayTime: number;
|
|
274
|
-
/**
|
|
275
|
-
* 视频大小(字节)
|
|
276
|
-
*/
|
|
277
|
-
VideoSize: number;
|
|
278
|
-
/**
|
|
279
|
-
* 视频格式
|
|
280
|
-
*/
|
|
281
|
-
VideoFormat: string;
|
|
282
|
-
/**
|
|
283
|
-
* 视频播放时长(单位:毫秒)
|
|
284
|
-
*/
|
|
285
|
-
VideoDuration: number;
|
|
286
|
-
/**
|
|
287
|
-
* 视频文件URL
|
|
288
|
-
*/
|
|
289
|
-
VideoUrl: string;
|
|
290
|
-
/**
|
|
291
|
-
* 视频文件Id
|
|
292
|
-
*/
|
|
293
|
-
VideoId: string;
|
|
294
|
-
/**
|
|
295
|
-
* 视频流类型
|
|
296
|
-
- 0:摄像头视频
|
|
297
|
-
- 1:屏幕分享视频
|
|
298
|
-
- 2:白板视频
|
|
299
|
-
- 3:混流视频
|
|
300
|
-
- 4:纯音频(mp3)
|
|
301
|
-
*/
|
|
302
|
-
VideoType: number;
|
|
251
|
+
export interface UserListItem {
|
|
303
252
|
/**
|
|
304
|
-
*
|
|
253
|
+
* 房间内的用户ID
|
|
305
254
|
*/
|
|
306
255
|
UserId: string;
|
|
307
256
|
/**
|
|
308
|
-
*
|
|
257
|
+
* 用户在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
|
|
309
258
|
*/
|
|
310
|
-
|
|
259
|
+
StartTime: number;
|
|
311
260
|
/**
|
|
312
|
-
*
|
|
261
|
+
* 用户在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
|
|
313
262
|
*/
|
|
314
|
-
|
|
263
|
+
EndTime: number;
|
|
315
264
|
}
|
|
316
265
|
/**
|
|
317
266
|
* DescribePPTCheck返回参数结构体
|
|
@@ -724,60 +673,13 @@ export interface DescribeRunningTasksResponse {
|
|
|
724
673
|
RequestId?: string;
|
|
725
674
|
}
|
|
726
675
|
/**
|
|
727
|
-
*
|
|
676
|
+
* DescribeApplicationUsage返回参数结构体
|
|
728
677
|
*/
|
|
729
|
-
export interface
|
|
730
|
-
/**
|
|
731
|
-
* 推流结束原因,
|
|
732
|
-
- AUTO: 房间内长时间没有音视频上行及白板操作导致自动停止推流
|
|
733
|
-
- USER_CALL: 主动调用了停止推流接口
|
|
734
|
-
- EXCEPTION: 推流异常结束
|
|
735
|
-
*/
|
|
736
|
-
FinishReason?: string;
|
|
737
|
-
/**
|
|
738
|
-
* 需要查询结果的白板推流任务Id
|
|
739
|
-
*/
|
|
740
|
-
TaskId?: string;
|
|
741
|
-
/**
|
|
742
|
-
* 推流任务状态
|
|
743
|
-
- PREPARED: 表示推流正在准备中(进房/启动推流服务等操作)
|
|
744
|
-
- PUSHING: 表示推流已开始
|
|
745
|
-
- STOPPED: 表示推流已停止
|
|
746
|
-
*/
|
|
747
|
-
Status?: string;
|
|
748
|
-
/**
|
|
749
|
-
* 房间号
|
|
750
|
-
*/
|
|
751
|
-
RoomId?: number;
|
|
752
|
-
/**
|
|
753
|
-
* 白板的群组 Id
|
|
754
|
-
*/
|
|
755
|
-
GroupId?: string;
|
|
756
|
-
/**
|
|
757
|
-
* 推流用户Id
|
|
758
|
-
*/
|
|
759
|
-
PushUserId?: string;
|
|
760
|
-
/**
|
|
761
|
-
* 实际开始推流时间,Unix 时间戳,单位秒
|
|
762
|
-
*/
|
|
763
|
-
PushStartTime?: number;
|
|
764
|
-
/**
|
|
765
|
-
* 实际停止推流时间,Unix 时间戳,单位秒
|
|
766
|
-
*/
|
|
767
|
-
PushStopTime?: number;
|
|
768
|
-
/**
|
|
769
|
-
* 推流过程中出现异常的次数
|
|
770
|
-
*/
|
|
771
|
-
ExceptionCnt?: number;
|
|
772
|
-
/**
|
|
773
|
-
* 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。
|
|
774
|
-
*/
|
|
775
|
-
IMSyncTime?: number;
|
|
678
|
+
export interface DescribeApplicationUsageResponse {
|
|
776
679
|
/**
|
|
777
|
-
*
|
|
778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
680
|
+
* 画图所需的用量数据
|
|
779
681
|
*/
|
|
780
|
-
|
|
682
|
+
Data: Array<DataItem>;
|
|
781
683
|
/**
|
|
782
684
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
783
685
|
*/
|
|
@@ -988,15 +890,6 @@ export interface SnapshotResult {
|
|
|
988
890
|
*/
|
|
989
891
|
Snapshots: Array<string>;
|
|
990
892
|
}
|
|
991
|
-
/**
|
|
992
|
-
* DescribeOfflineRecordCallback返回参数结构体
|
|
993
|
-
*/
|
|
994
|
-
export interface DescribeOfflineRecordCallbackResponse {
|
|
995
|
-
/**
|
|
996
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
997
|
-
*/
|
|
998
|
-
RequestId?: string;
|
|
999
|
-
}
|
|
1000
893
|
/**
|
|
1001
894
|
* SetWarningCallback返回参数结构体
|
|
1002
895
|
*/
|
|
@@ -1006,15 +899,6 @@ export interface SetWarningCallbackResponse {
|
|
|
1006
899
|
*/
|
|
1007
900
|
RequestId?: string;
|
|
1008
901
|
}
|
|
1009
|
-
/**
|
|
1010
|
-
* CreateOfflineRecord返回参数结构体
|
|
1011
|
-
*/
|
|
1012
|
-
export interface CreateOfflineRecordResponse {
|
|
1013
|
-
/**
|
|
1014
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1015
|
-
*/
|
|
1016
|
-
RequestId?: string;
|
|
1017
|
-
}
|
|
1018
902
|
/**
|
|
1019
903
|
* SetVideoGenerationTaskCallbackKey返回参数结构体
|
|
1020
904
|
*/
|
|
@@ -1649,47 +1533,22 @@ export interface StartWhiteboardPushRequest {
|
|
|
1649
1533
|
GroupId?: string;
|
|
1650
1534
|
}
|
|
1651
1535
|
/**
|
|
1652
|
-
*
|
|
1536
|
+
* SetWarningCallback请求参数结构体
|
|
1653
1537
|
*/
|
|
1654
|
-
export interface
|
|
1538
|
+
export interface SetWarningCallbackRequest {
|
|
1655
1539
|
/**
|
|
1656
1540
|
* 客户的SdkAppId
|
|
1657
1541
|
*/
|
|
1658
1542
|
SdkAppId: number;
|
|
1659
1543
|
/**
|
|
1660
|
-
*
|
|
1661
|
-
|
|
1662
|
-
RoomId: number;
|
|
1663
|
-
/**
|
|
1664
|
-
* 录制任务对应的群组Id
|
|
1665
|
-
*/
|
|
1666
|
-
GroupId?: string;
|
|
1667
|
-
/**
|
|
1668
|
-
* 混流参数配置
|
|
1669
|
-
目前课后录制暂未支持自定义混流布局Custom参数
|
|
1670
|
-
*/
|
|
1671
|
-
MixStream?: MixStream;
|
|
1672
|
-
/**
|
|
1673
|
-
* 白板参数配置
|
|
1674
|
-
*/
|
|
1675
|
-
Whiteboard?: Whiteboard;
|
|
1676
|
-
}
|
|
1677
|
-
/**
|
|
1678
|
-
* 日志查询里返回的白板用户数据
|
|
1679
|
-
*/
|
|
1680
|
-
export interface UserListItem {
|
|
1681
|
-
/**
|
|
1682
|
-
* 房间内的用户ID
|
|
1683
|
-
*/
|
|
1684
|
-
UserId: string;
|
|
1685
|
-
/**
|
|
1686
|
-
* 用户在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
|
|
1544
|
+
* 告警回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持http或https协议,即回调地址以http://或https://开头。
|
|
1545
|
+
回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/90112
|
|
1687
1546
|
*/
|
|
1688
|
-
|
|
1547
|
+
Callback: string;
|
|
1689
1548
|
/**
|
|
1690
|
-
*
|
|
1549
|
+
* 设置告警回调鉴权密钥,最长64字符,如果传入空字符串,那么删除现有的鉴权回调密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257
|
|
1691
1550
|
*/
|
|
1692
|
-
|
|
1551
|
+
CallbackKey: string;
|
|
1693
1552
|
}
|
|
1694
1553
|
/**
|
|
1695
1554
|
* DescribeVideoGenerationTaskCallback返回参数结构体
|
|
@@ -1959,19 +1818,6 @@ export interface StopOnlineRecordRequest {
|
|
|
1959
1818
|
*/
|
|
1960
1819
|
TaskId: string;
|
|
1961
1820
|
}
|
|
1962
|
-
/**
|
|
1963
|
-
* SetOfflineRecordCallback请求参数结构体
|
|
1964
|
-
*/
|
|
1965
|
-
export interface SetOfflineRecordCallbackRequest {
|
|
1966
|
-
/**
|
|
1967
|
-
* 客户的SdkAppId
|
|
1968
|
-
*/
|
|
1969
|
-
SdkAppId: number;
|
|
1970
|
-
/**
|
|
1971
|
-
* 课后录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头
|
|
1972
|
-
*/
|
|
1973
|
-
Callback: string;
|
|
1974
|
-
}
|
|
1975
1821
|
/**
|
|
1976
1822
|
* SetVideoGenerationTaskCallback返回参数结构体
|
|
1977
1823
|
*/
|
|
@@ -2049,6 +1895,56 @@ export interface CreatePPTCheckTaskRequest {
|
|
|
2049
1895
|
*/
|
|
2050
1896
|
AutoHandleUnsupportedElement?: boolean;
|
|
2051
1897
|
}
|
|
1898
|
+
/**
|
|
1899
|
+
* 视频信息
|
|
1900
|
+
*/
|
|
1901
|
+
export interface VideoInfo {
|
|
1902
|
+
/**
|
|
1903
|
+
* 视频开始播放的时间(单位:毫秒)
|
|
1904
|
+
*/
|
|
1905
|
+
VideoPlayTime: number;
|
|
1906
|
+
/**
|
|
1907
|
+
* 视频大小(字节)
|
|
1908
|
+
*/
|
|
1909
|
+
VideoSize: number;
|
|
1910
|
+
/**
|
|
1911
|
+
* 视频格式
|
|
1912
|
+
*/
|
|
1913
|
+
VideoFormat: string;
|
|
1914
|
+
/**
|
|
1915
|
+
* 视频播放时长(单位:毫秒)
|
|
1916
|
+
*/
|
|
1917
|
+
VideoDuration: number;
|
|
1918
|
+
/**
|
|
1919
|
+
* 视频文件URL
|
|
1920
|
+
*/
|
|
1921
|
+
VideoUrl: string;
|
|
1922
|
+
/**
|
|
1923
|
+
* 视频文件Id
|
|
1924
|
+
*/
|
|
1925
|
+
VideoId: string;
|
|
1926
|
+
/**
|
|
1927
|
+
* 视频流类型
|
|
1928
|
+
- 0:摄像头视频
|
|
1929
|
+
- 1:屏幕分享视频
|
|
1930
|
+
- 2:白板视频
|
|
1931
|
+
- 3:混流视频
|
|
1932
|
+
- 4:纯音频(mp3)
|
|
1933
|
+
*/
|
|
1934
|
+
VideoType: number;
|
|
1935
|
+
/**
|
|
1936
|
+
* 摄像头/屏幕分享视频所属用户的 Id(白板视频为空、混流视频tic_mixstream_房间号_混流布局类型、辅路视频tic_substream_用户Id)
|
|
1937
|
+
*/
|
|
1938
|
+
UserId: string;
|
|
1939
|
+
/**
|
|
1940
|
+
* 视频分辨率的宽
|
|
1941
|
+
*/
|
|
1942
|
+
Width: number;
|
|
1943
|
+
/**
|
|
1944
|
+
* 视频分辨率的高
|
|
1945
|
+
*/
|
|
1946
|
+
Height: number;
|
|
1947
|
+
}
|
|
2052
1948
|
/**
|
|
2053
1949
|
* SetWhiteboardPushCallback请求参数结构体
|
|
2054
1950
|
*/
|
|
@@ -2379,15 +2275,6 @@ export interface DescribeOnlineRecordCallbackResponse {
|
|
|
2379
2275
|
*/
|
|
2380
2276
|
RequestId?: string;
|
|
2381
2277
|
}
|
|
2382
|
-
/**
|
|
2383
|
-
* SetOfflineRecordCallback返回参数结构体
|
|
2384
|
-
*/
|
|
2385
|
-
export interface SetOfflineRecordCallbackResponse {
|
|
2386
|
-
/**
|
|
2387
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2388
|
-
*/
|
|
2389
|
-
RequestId?: string;
|
|
2390
|
-
}
|
|
2391
2278
|
/**
|
|
2392
2279
|
* 录制控制参数, 用于指定全局录制控制及具体流录制控制参数,比如设置需要对哪些流进行录制,是否只录制小画面等
|
|
2393
2280
|
*/
|
|
@@ -2590,22 +2477,24 @@ export interface DescribeTranscodeByUrlRequest {
|
|
|
2590
2477
|
Url: string;
|
|
2591
2478
|
}
|
|
2592
2479
|
/**
|
|
2593
|
-
*
|
|
2480
|
+
* Excel转码相关参数
|
|
2594
2481
|
*/
|
|
2595
|
-
export interface
|
|
2482
|
+
export interface ExcelParam {
|
|
2596
2483
|
/**
|
|
2597
|
-
*
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2484
|
+
* 表格转码纸张(画布)大小,默认为0。
|
|
2485
|
+
0 -- A4
|
|
2486
|
+
1 -- A2
|
|
2487
|
+
2 -- A0
|
|
2488
|
+
|
|
2489
|
+
注:当设置的值超出合法取值范围时,将采用默认值。
|
|
2603
2490
|
*/
|
|
2604
|
-
|
|
2491
|
+
PaperSize?: number;
|
|
2605
2492
|
/**
|
|
2606
|
-
*
|
|
2493
|
+
* 表格文件转换纸张方向,默认为0。
|
|
2494
|
+
0 -- 代表垂直方向
|
|
2495
|
+
非0 -- 代表水平方向
|
|
2607
2496
|
*/
|
|
2608
|
-
|
|
2497
|
+
PaperDirection?: number;
|
|
2609
2498
|
}
|
|
2610
2499
|
/**
|
|
2611
2500
|
* DescribePostpaidUsage请求参数结构体
|
|
@@ -2958,13 +2847,60 @@ export interface SetPPTCheckCallbackRequest {
|
|
|
2958
2847
|
Callback: string;
|
|
2959
2848
|
}
|
|
2960
2849
|
/**
|
|
2961
|
-
*
|
|
2850
|
+
* DescribeWhiteboardPush返回参数结构体
|
|
2962
2851
|
*/
|
|
2963
|
-
export interface
|
|
2852
|
+
export interface DescribeWhiteboardPushResponse {
|
|
2964
2853
|
/**
|
|
2965
|
-
*
|
|
2854
|
+
* 推流结束原因,
|
|
2855
|
+
- AUTO: 房间内长时间没有音视频上行及白板操作导致自动停止推流
|
|
2856
|
+
- USER_CALL: 主动调用了停止推流接口
|
|
2857
|
+
- EXCEPTION: 推流异常结束
|
|
2966
2858
|
*/
|
|
2967
|
-
|
|
2859
|
+
FinishReason?: string;
|
|
2860
|
+
/**
|
|
2861
|
+
* 需要查询结果的白板推流任务Id
|
|
2862
|
+
*/
|
|
2863
|
+
TaskId?: string;
|
|
2864
|
+
/**
|
|
2865
|
+
* 推流任务状态
|
|
2866
|
+
- PREPARED: 表示推流正在准备中(进房/启动推流服务等操作)
|
|
2867
|
+
- PUSHING: 表示推流已开始
|
|
2868
|
+
- STOPPED: 表示推流已停止
|
|
2869
|
+
*/
|
|
2870
|
+
Status?: string;
|
|
2871
|
+
/**
|
|
2872
|
+
* 房间号
|
|
2873
|
+
*/
|
|
2874
|
+
RoomId?: number;
|
|
2875
|
+
/**
|
|
2876
|
+
* 白板的群组 Id
|
|
2877
|
+
*/
|
|
2878
|
+
GroupId?: string;
|
|
2879
|
+
/**
|
|
2880
|
+
* 推流用户Id
|
|
2881
|
+
*/
|
|
2882
|
+
PushUserId?: string;
|
|
2883
|
+
/**
|
|
2884
|
+
* 实际开始推流时间,Unix 时间戳,单位秒
|
|
2885
|
+
*/
|
|
2886
|
+
PushStartTime?: number;
|
|
2887
|
+
/**
|
|
2888
|
+
* 实际停止推流时间,Unix 时间戳,单位秒
|
|
2889
|
+
*/
|
|
2890
|
+
PushStopTime?: number;
|
|
2891
|
+
/**
|
|
2892
|
+
* 推流过程中出现异常的次数
|
|
2893
|
+
*/
|
|
2894
|
+
ExceptionCnt?: number;
|
|
2895
|
+
/**
|
|
2896
|
+
* 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。
|
|
2897
|
+
*/
|
|
2898
|
+
IMSyncTime?: number;
|
|
2899
|
+
/**
|
|
2900
|
+
* 备份推流任务结果信息
|
|
2901
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2902
|
+
*/
|
|
2903
|
+
Backup?: string;
|
|
2968
2904
|
/**
|
|
2969
2905
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2970
2906
|
*/
|
|
@@ -3122,6 +3058,10 @@ export interface CreateTranscodeRequest {
|
|
|
3122
3058
|
3. 已损坏音视频:移除PPT上对损坏音视频的引用
|
|
3123
3059
|
*/
|
|
3124
3060
|
AutoHandleUnsupportedElement?: boolean;
|
|
3061
|
+
/**
|
|
3062
|
+
* Excel表格转码参数,可设置转码时表格纸张大小及纸张方向等参数(仅对转码文件为Excel表格文件的静态转码任务生效)
|
|
3063
|
+
*/
|
|
3064
|
+
ExcelParam?: ExcelParam;
|
|
3125
3065
|
}
|
|
3126
3066
|
/**
|
|
3127
3067
|
* SetTranscodeCallbackKey请求参数结构体
|
|
@@ -3295,19 +3235,6 @@ export interface StopWhiteboardPushRequest {
|
|
|
3295
3235
|
*/
|
|
3296
3236
|
TaskId: string;
|
|
3297
3237
|
}
|
|
3298
|
-
/**
|
|
3299
|
-
* DescribeOfflineRecord请求参数结构体
|
|
3300
|
-
*/
|
|
3301
|
-
export interface DescribeOfflineRecordRequest {
|
|
3302
|
-
/**
|
|
3303
|
-
* 客户的SdkAppId
|
|
3304
|
-
*/
|
|
3305
|
-
SdkAppId: number;
|
|
3306
|
-
/**
|
|
3307
|
-
* 课后录制任务的Id
|
|
3308
|
-
*/
|
|
3309
|
-
TaskId: string;
|
|
3310
|
-
}
|
|
3311
3238
|
/**
|
|
3312
3239
|
* DescribeRecordSearch请求参数结构体
|
|
3313
3240
|
*/
|
|
@@ -284,6 +284,12 @@ export interface WaterMarkChar {
|
|
|
284
284
|
* 水印文字的背景色,为空代表背景透明,默认为空
|
|
285
285
|
*/
|
|
286
286
|
BackGroundColor?: string;
|
|
287
|
+
/**
|
|
288
|
+
* 文字水印的字体,支持设置以下值:
|
|
289
|
+
1. Tencent (默认)
|
|
290
|
+
2. SourceHanSans
|
|
291
|
+
*/
|
|
292
|
+
Font?: string;
|
|
287
293
|
}
|
|
288
294
|
/**
|
|
289
295
|
* DescribeTrtcRoomUsage返回参数结构体
|
|
@@ -3122,6 +3128,12 @@ export interface WaterMarkTimestamp {
|
|
|
3122
3128
|
* 显示时间戳的时区,默认东八区
|
|
3123
3129
|
*/
|
|
3124
3130
|
TimeZone?: number;
|
|
3131
|
+
/**
|
|
3132
|
+
* 文字水印的字体,支持设置以下值:
|
|
3133
|
+
1. Tencent (默认)
|
|
3134
|
+
2. SourceHanSans
|
|
3135
|
+
*/
|
|
3136
|
+
Font?: string;
|
|
3125
3137
|
}
|
|
3126
3138
|
/**
|
|
3127
3139
|
* 单流旁路转推的用户上行信息。
|
|
@@ -132,7 +132,7 @@ export declare class Client extends AbstractClient {
|
|
|
132
132
|
*/
|
|
133
133
|
DescribeFileConfigs(req: DescribeFileConfigsRequest, cb?: (error: string, rep: DescribeFileConfigsResponse) => void): Promise<DescribeFileConfigsResponse>;
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* 创建参数模板,并返回模板详细信息
|
|
136
136
|
*/
|
|
137
137
|
CreateConfigTemplateWithDetailResp(req: CreateConfigTemplateWithDetailRespRequest, cb?: (error: string, rep: CreateConfigTemplateWithDetailRespResponse) => void): Promise<CreateConfigTemplateWithDetailRespResponse>;
|
|
138
138
|
/**
|
|
@@ -214,7 +214,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
214
214
|
return this.request("DescribeFileConfigs", req, cb);
|
|
215
215
|
}
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* 创建参数模板,并返回模板详细信息
|
|
218
218
|
*/
|
|
219
219
|
async CreateConfigTemplateWithDetailResp(req, cb) {
|
|
220
220
|
return this.request("CreateConfigTemplateWithDetailResp", req, cb);
|
|
@@ -560,7 +560,7 @@ export interface DescribeGroupReleaseRequest {
|
|
|
560
560
|
*/
|
|
561
561
|
export interface DescribeConfigTemplateResponse {
|
|
562
562
|
/**
|
|
563
|
-
*
|
|
563
|
+
* 导入结果
|
|
564
564
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
565
565
|
*/
|
|
566
566
|
Result?: ConfigTemplate;
|
|
@@ -3320,7 +3320,7 @@ export interface TsfPageInstance {
|
|
|
3320
3320
|
*/
|
|
3321
3321
|
export interface ModifyLaneResponse {
|
|
3322
3322
|
/**
|
|
3323
|
-
*
|
|
3323
|
+
* 更新成功: true / 更新失败: false
|
|
3324
3324
|
*/
|
|
3325
3325
|
Result?: boolean;
|
|
3326
3326
|
/**
|
|
@@ -6524,7 +6524,7 @@ export interface UnitRuleItem {
|
|
|
6524
6524
|
*/
|
|
6525
6525
|
export interface UpdateConfigTemplateResponse {
|
|
6526
6526
|
/**
|
|
6527
|
-
*
|
|
6527
|
+
* 更新成功: true / 更新失败: false
|
|
6528
6528
|
*/
|
|
6529
6529
|
Result?: boolean;
|
|
6530
6530
|
/**
|
|
@@ -14571,7 +14571,7 @@ export interface CreatePathRewritesResponse {
|
|
|
14571
14571
|
*/
|
|
14572
14572
|
export interface DescribeConfigTemplateRequest {
|
|
14573
14573
|
/**
|
|
14574
|
-
*
|
|
14574
|
+
* 配置模板Id
|
|
14575
14575
|
*/
|
|
14576
14576
|
ConfigTemplateId: string;
|
|
14577
14577
|
}
|