tencentcloud-sdk-nodejs-intl-en 3.0.839 → 3.0.840
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,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.840";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -16,34 +16,6 @@
|
|
|
16
16
|
*/
|
|
17
17
|
const AbstractModel = require("../../common/abstract_model");
|
|
18
18
|
|
|
19
|
-
/**
|
|
20
|
-
* DescribeOfflineRecordCallback request structure.
|
|
21
|
-
* @class
|
|
22
|
-
*/
|
|
23
|
-
class DescribeOfflineRecordCallbackRequest extends AbstractModel {
|
|
24
|
-
constructor(){
|
|
25
|
-
super();
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* SdkAppId of the whiteboard application.
|
|
29
|
-
* @type {number || null}
|
|
30
|
-
*/
|
|
31
|
-
this.SdkAppId = null;
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @private
|
|
37
|
-
*/
|
|
38
|
-
deserialize(params) {
|
|
39
|
-
if (!params) {
|
|
40
|
-
return;
|
|
41
|
-
}
|
|
42
|
-
this.SdkAppId = 'SdkAppId' in params ? params.SdkAppId : null;
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
19
|
/**
|
|
48
20
|
* Mixed stream canvas parameter
|
|
49
21
|
* @class
|
|
@@ -556,34 +528,6 @@ class CreateSnapshotTaskResponse extends AbstractModel {
|
|
|
556
528
|
}
|
|
557
529
|
}
|
|
558
530
|
|
|
559
|
-
/**
|
|
560
|
-
* DescribeOfflineRecord response structure.
|
|
561
|
-
* @class
|
|
562
|
-
*/
|
|
563
|
-
class DescribeOfflineRecordResponse extends AbstractModel {
|
|
564
|
-
constructor(){
|
|
565
|
-
super();
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
569
|
-
* @type {string || null}
|
|
570
|
-
*/
|
|
571
|
-
this.RequestId = null;
|
|
572
|
-
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
/**
|
|
576
|
-
* @private
|
|
577
|
-
*/
|
|
578
|
-
deserialize(params) {
|
|
579
|
-
if (!params) {
|
|
580
|
-
return;
|
|
581
|
-
}
|
|
582
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
583
|
-
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
|
|
587
531
|
/**
|
|
588
532
|
* ModifyApplication response structure.
|
|
589
533
|
* @class
|
|
@@ -2091,62 +2035,6 @@ Note: This parameter may return null, indicating that no valid values can be obt
|
|
|
2091
2035
|
}
|
|
2092
2036
|
}
|
|
2093
2037
|
|
|
2094
|
-
/**
|
|
2095
|
-
* DescribeOfflineRecordCallback response structure.
|
|
2096
|
-
* @class
|
|
2097
|
-
*/
|
|
2098
|
-
class DescribeOfflineRecordCallbackResponse extends AbstractModel {
|
|
2099
|
-
constructor(){
|
|
2100
|
-
super();
|
|
2101
|
-
|
|
2102
|
-
/**
|
|
2103
|
-
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
2104
|
-
* @type {string || null}
|
|
2105
|
-
*/
|
|
2106
|
-
this.RequestId = null;
|
|
2107
|
-
|
|
2108
|
-
}
|
|
2109
|
-
|
|
2110
|
-
/**
|
|
2111
|
-
* @private
|
|
2112
|
-
*/
|
|
2113
|
-
deserialize(params) {
|
|
2114
|
-
if (!params) {
|
|
2115
|
-
return;
|
|
2116
|
-
}
|
|
2117
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
2118
|
-
|
|
2119
|
-
}
|
|
2120
|
-
}
|
|
2121
|
-
|
|
2122
|
-
/**
|
|
2123
|
-
* CreateOfflineRecord response structure.
|
|
2124
|
-
* @class
|
|
2125
|
-
*/
|
|
2126
|
-
class CreateOfflineRecordResponse extends AbstractModel {
|
|
2127
|
-
constructor(){
|
|
2128
|
-
super();
|
|
2129
|
-
|
|
2130
|
-
/**
|
|
2131
|
-
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
2132
|
-
* @type {string || null}
|
|
2133
|
-
*/
|
|
2134
|
-
this.RequestId = null;
|
|
2135
|
-
|
|
2136
|
-
}
|
|
2137
|
-
|
|
2138
|
-
/**
|
|
2139
|
-
* @private
|
|
2140
|
-
*/
|
|
2141
|
-
deserialize(params) {
|
|
2142
|
-
if (!params) {
|
|
2143
|
-
return;
|
|
2144
|
-
}
|
|
2145
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
2146
|
-
|
|
2147
|
-
}
|
|
2148
|
-
}
|
|
2149
|
-
|
|
2150
2038
|
/**
|
|
2151
2039
|
* SetVideoGenerationTaskCallbackKey response structure.
|
|
2152
2040
|
* @class
|
|
@@ -2777,10 +2665,10 @@ class DescribeUserListResponse extends AbstractModel {
|
|
|
2777
2665
|
}
|
|
2778
2666
|
|
|
2779
2667
|
/**
|
|
2780
|
-
*
|
|
2668
|
+
* ModifyWhiteboardBucketConfig response structure.
|
|
2781
2669
|
* @class
|
|
2782
2670
|
*/
|
|
2783
|
-
class
|
|
2671
|
+
class ModifyWhiteboardBucketConfigResponse extends AbstractModel {
|
|
2784
2672
|
constructor(){
|
|
2785
2673
|
super();
|
|
2786
2674
|
|
|
@@ -3072,7 +2960,7 @@ class SetWhiteboardPushCallbackKeyRequest extends AbstractModel {
|
|
|
3072
2960
|
this.SdkAppId = null;
|
|
3073
2961
|
|
|
3074
2962
|
/**
|
|
3075
|
-
* Callback authentication key for whiteboard push. It is a string that can have up to 64 characters. If an empty string is passed in, the existing callback authentication key is deleted. For more information, see [Event Notification](https://
|
|
2963
|
+
* Callback authentication key for whiteboard push. It is a string that can have up to 64 characters. If an empty string is passed in, the existing callback authentication key is deleted. For more information, see [Event Notification](https://www.tencentcloud.com/document/product/1176/55569).
|
|
3076
2964
|
* @type {string || null}
|
|
3077
2965
|
*/
|
|
3078
2966
|
this.CallbackKey = null;
|
|
@@ -3442,73 +3330,6 @@ TRTC room entrance mode for whiteboard push. Default value: `TRTCAppSceneVideoCa
|
|
|
3442
3330
|
}
|
|
3443
3331
|
}
|
|
3444
3332
|
|
|
3445
|
-
/**
|
|
3446
|
-
* CreateOfflineRecord request structure.
|
|
3447
|
-
* @class
|
|
3448
|
-
*/
|
|
3449
|
-
class CreateOfflineRecordRequest extends AbstractModel {
|
|
3450
|
-
constructor(){
|
|
3451
|
-
super();
|
|
3452
|
-
|
|
3453
|
-
/**
|
|
3454
|
-
* SdkAppId of the whiteboard application.
|
|
3455
|
-
* @type {number || null}
|
|
3456
|
-
*/
|
|
3457
|
-
this.SdkAppId = null;
|
|
3458
|
-
|
|
3459
|
-
/**
|
|
3460
|
-
* Room ID corresponding to the recording task.
|
|
3461
|
-
* @type {number || null}
|
|
3462
|
-
*/
|
|
3463
|
-
this.RoomId = null;
|
|
3464
|
-
|
|
3465
|
-
/**
|
|
3466
|
-
* Group ID corresponding to the recording task.
|
|
3467
|
-
* @type {string || null}
|
|
3468
|
-
*/
|
|
3469
|
-
this.GroupId = null;
|
|
3470
|
-
|
|
3471
|
-
/**
|
|
3472
|
-
* Stream mixing parameters.
|
|
3473
|
-
The Custom parameter is not supported for offline recording tasks.
|
|
3474
|
-
* @type {MixStream || null}
|
|
3475
|
-
*/
|
|
3476
|
-
this.MixStream = null;
|
|
3477
|
-
|
|
3478
|
-
/**
|
|
3479
|
-
* Whiteboard parameters.
|
|
3480
|
-
* @type {Whiteboard || null}
|
|
3481
|
-
*/
|
|
3482
|
-
this.Whiteboard = null;
|
|
3483
|
-
|
|
3484
|
-
}
|
|
3485
|
-
|
|
3486
|
-
/**
|
|
3487
|
-
* @private
|
|
3488
|
-
*/
|
|
3489
|
-
deserialize(params) {
|
|
3490
|
-
if (!params) {
|
|
3491
|
-
return;
|
|
3492
|
-
}
|
|
3493
|
-
this.SdkAppId = 'SdkAppId' in params ? params.SdkAppId : null;
|
|
3494
|
-
this.RoomId = 'RoomId' in params ? params.RoomId : null;
|
|
3495
|
-
this.GroupId = 'GroupId' in params ? params.GroupId : null;
|
|
3496
|
-
|
|
3497
|
-
if (params.MixStream) {
|
|
3498
|
-
let obj = new MixStream();
|
|
3499
|
-
obj.deserialize(params.MixStream)
|
|
3500
|
-
this.MixStream = obj;
|
|
3501
|
-
}
|
|
3502
|
-
|
|
3503
|
-
if (params.Whiteboard) {
|
|
3504
|
-
let obj = new Whiteboard();
|
|
3505
|
-
obj.deserialize(params.Whiteboard)
|
|
3506
|
-
this.Whiteboard = obj;
|
|
3507
|
-
}
|
|
3508
|
-
|
|
3509
|
-
}
|
|
3510
|
-
}
|
|
3511
|
-
|
|
3512
3333
|
/**
|
|
3513
3334
|
* Whiteboard user data returned for log queries.
|
|
3514
3335
|
* @class
|
|
@@ -4124,41 +3945,6 @@ class StopOnlineRecordRequest extends AbstractModel {
|
|
|
4124
3945
|
}
|
|
4125
3946
|
}
|
|
4126
3947
|
|
|
4127
|
-
/**
|
|
4128
|
-
* SetOfflineRecordCallback request structure.
|
|
4129
|
-
* @class
|
|
4130
|
-
*/
|
|
4131
|
-
class SetOfflineRecordCallbackRequest extends AbstractModel {
|
|
4132
|
-
constructor(){
|
|
4133
|
-
super();
|
|
4134
|
-
|
|
4135
|
-
/**
|
|
4136
|
-
* SdkAppId of the whiteboard application.
|
|
4137
|
-
* @type {number || null}
|
|
4138
|
-
*/
|
|
4139
|
-
this.SdkAppId = null;
|
|
4140
|
-
|
|
4141
|
-
/**
|
|
4142
|
-
* Callback URL of the offline recording task result. If it is specified as null, the set callback URL is deleted. The callback URL only supports the HTTP or HTTPS protocol, and therefore the callback URL must start with `http://` or `https://`.
|
|
4143
|
-
* @type {string || null}
|
|
4144
|
-
*/
|
|
4145
|
-
this.Callback = null;
|
|
4146
|
-
|
|
4147
|
-
}
|
|
4148
|
-
|
|
4149
|
-
/**
|
|
4150
|
-
* @private
|
|
4151
|
-
*/
|
|
4152
|
-
deserialize(params) {
|
|
4153
|
-
if (!params) {
|
|
4154
|
-
return;
|
|
4155
|
-
}
|
|
4156
|
-
this.SdkAppId = 'SdkAppId' in params ? params.SdkAppId : null;
|
|
4157
|
-
this.Callback = 'Callback' in params ? params.Callback : null;
|
|
4158
|
-
|
|
4159
|
-
}
|
|
4160
|
-
}
|
|
4161
|
-
|
|
4162
3948
|
/**
|
|
4163
3949
|
* SetVideoGenerationTaskCallback response structure.
|
|
4164
3950
|
* @class
|
|
@@ -4322,7 +4108,7 @@ class SetWhiteboardPushCallbackRequest extends AbstractModel {
|
|
|
4322
4108
|
this.SdkAppId = null;
|
|
4323
4109
|
|
|
4324
4110
|
/**
|
|
4325
|
-
* Callback URL of the whiteboard push task result. If an empty string is passed in, the existing callback URL is deleted. The callback URL only supports the HTTP or HTTPS protocol, and therefore the callback URL must start with `http://` or `https://`. For the callback format, see [Event Notification](https://
|
|
4111
|
+
* Callback URL of the whiteboard push task result. If an empty string is passed in, the existing callback URL is deleted. The callback URL only supports the HTTP or HTTPS protocol, and therefore the callback URL must start with `http://` or `https://`. For the callback format, see [Event Notification](https://www.tencentcloud.com/document/product/1176/55569).
|
|
4326
4112
|
* @type {string || null}
|
|
4327
4113
|
*/
|
|
4328
4114
|
this.Callback = null;
|
|
@@ -4686,10 +4472,10 @@ class PauseOnlineRecordResponse extends AbstractModel {
|
|
|
4686
4472
|
}
|
|
4687
4473
|
|
|
4688
4474
|
/**
|
|
4689
|
-
*
|
|
4475
|
+
* ModifyAutoRenewFlag response structure.
|
|
4690
4476
|
* @class
|
|
4691
4477
|
*/
|
|
4692
|
-
class
|
|
4478
|
+
class ModifyAutoRenewFlagResponse extends AbstractModel {
|
|
4693
4479
|
constructor(){
|
|
4694
4480
|
super();
|
|
4695
4481
|
|
|
@@ -4954,7 +4740,7 @@ class SetOnlineRecordCallbackKeyRequest extends AbstractModel {
|
|
|
4954
4740
|
this.SdkAppId = null;
|
|
4955
4741
|
|
|
4956
4742
|
/**
|
|
4957
|
-
* Authentication key for the real-time recording callback. It is a string that can have up to 64 characters. If an empty string is passed in, the existing callback authentication key will be deleted. For more information, please [see here](https://
|
|
4743
|
+
* Authentication key for the real-time recording callback. It is a string that can have up to 64 characters. If an empty string is passed in, the existing callback authentication key will be deleted. For more information, please [see here](https://www.tencentcloud.com/document/product/1176/55569).
|
|
4958
4744
|
* @type {string || null}
|
|
4959
4745
|
*/
|
|
4960
4746
|
this.CallbackKey = null;
|
|
@@ -5051,34 +4837,6 @@ class DescribeOnlineRecordCallbackResponse extends AbstractModel {
|
|
|
5051
4837
|
}
|
|
5052
4838
|
}
|
|
5053
4839
|
|
|
5054
|
-
/**
|
|
5055
|
-
* SetOfflineRecordCallback response structure.
|
|
5056
|
-
* @class
|
|
5057
|
-
*/
|
|
5058
|
-
class SetOfflineRecordCallbackResponse extends AbstractModel {
|
|
5059
|
-
constructor(){
|
|
5060
|
-
super();
|
|
5061
|
-
|
|
5062
|
-
/**
|
|
5063
|
-
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
5064
|
-
* @type {string || null}
|
|
5065
|
-
*/
|
|
5066
|
-
this.RequestId = null;
|
|
5067
|
-
|
|
5068
|
-
}
|
|
5069
|
-
|
|
5070
|
-
/**
|
|
5071
|
-
* @private
|
|
5072
|
-
*/
|
|
5073
|
-
deserialize(params) {
|
|
5074
|
-
if (!params) {
|
|
5075
|
-
return;
|
|
5076
|
-
}
|
|
5077
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
5078
|
-
|
|
5079
|
-
}
|
|
5080
|
-
}
|
|
5081
|
-
|
|
5082
4840
|
/**
|
|
5083
4841
|
* It specifies the global recording parameters and the recording parameters over a specific stream. For example, you can specify the streams you want to record and whether to record low-resolution videos only.
|
|
5084
4842
|
* @class
|
|
@@ -5338,7 +5096,7 @@ class SetOnlineRecordCallbackRequest extends AbstractModel {
|
|
|
5338
5096
|
this.SdkAppId = null;
|
|
5339
5097
|
|
|
5340
5098
|
/**
|
|
5341
|
-
* Callback address of the real-time recording task result. If an empty string is passed in, the existing callback address will be deleted. The callback address only supports the HTTP or HTTPS protocol, so the callback address must start with `http://` or `https://`. For the callback format, please [see here](https://
|
|
5099
|
+
* Callback address of the real-time recording task result. If an empty string is passed in, the existing callback address will be deleted. The callback address only supports the HTTP or HTTPS protocol, so the callback address must start with `http://` or `https://`. For the callback format, please [see here](https://www.tencentcloud.com/document/product/1176/55569).
|
|
5342
5100
|
* @type {string || null}
|
|
5343
5101
|
*/
|
|
5344
5102
|
this.Callback = null;
|
|
@@ -6549,7 +6307,7 @@ class SetTranscodeCallbackKeyRequest extends AbstractModel {
|
|
|
6549
6307
|
this.SdkAppId = null;
|
|
6550
6308
|
|
|
6551
6309
|
/**
|
|
6552
|
-
* Authentication key for the document transcoding callback. It is a string that can have up to 64 characters. If an empty string is passed in, the existing callback authentication key will be deleted. For more information about callback authentication, please [see here](https://
|
|
6310
|
+
* Authentication key for the document transcoding callback. It is a string that can have up to 64 characters. If an empty string is passed in, the existing callback authentication key will be deleted. For more information about callback authentication, please [see here](https://www.tencentcloud.com/document/product/1176/55569).
|
|
6553
6311
|
* @type {string || null}
|
|
6554
6312
|
*/
|
|
6555
6313
|
this.CallbackKey = null;
|
|
@@ -6585,7 +6343,7 @@ class SetTranscodeCallbackRequest extends AbstractModel {
|
|
|
6585
6343
|
|
|
6586
6344
|
/**
|
|
6587
6345
|
* Callback address for the document transcoding progress. If an empty string is passed in, the existing callback address will be deleted. The callback address only supports the HTTP or HTTPS protocol, so the callback address must start with `http://` or `https://`.
|
|
6588
|
-
For more information about the callback format, please [see here](https://
|
|
6346
|
+
For more information about the callback format, please [see here](https://www.tencentcloud.com/document/product/1176/55569).
|
|
6589
6347
|
* @type {string || null}
|
|
6590
6348
|
*/
|
|
6591
6349
|
this.Callback = null;
|
|
@@ -6932,41 +6690,6 @@ class StopWhiteboardPushRequest extends AbstractModel {
|
|
|
6932
6690
|
}
|
|
6933
6691
|
}
|
|
6934
6692
|
|
|
6935
|
-
/**
|
|
6936
|
-
* DescribeOfflineRecord request structure.
|
|
6937
|
-
* @class
|
|
6938
|
-
*/
|
|
6939
|
-
class DescribeOfflineRecordRequest extends AbstractModel {
|
|
6940
|
-
constructor(){
|
|
6941
|
-
super();
|
|
6942
|
-
|
|
6943
|
-
/**
|
|
6944
|
-
* SdkAppId of the whiteboard application.
|
|
6945
|
-
* @type {number || null}
|
|
6946
|
-
*/
|
|
6947
|
-
this.SdkAppId = null;
|
|
6948
|
-
|
|
6949
|
-
/**
|
|
6950
|
-
* ID of the offline recording task.
|
|
6951
|
-
* @type {string || null}
|
|
6952
|
-
*/
|
|
6953
|
-
this.TaskId = null;
|
|
6954
|
-
|
|
6955
|
-
}
|
|
6956
|
-
|
|
6957
|
-
/**
|
|
6958
|
-
* @private
|
|
6959
|
-
*/
|
|
6960
|
-
deserialize(params) {
|
|
6961
|
-
if (!params) {
|
|
6962
|
-
return;
|
|
6963
|
-
}
|
|
6964
|
-
this.SdkAppId = 'SdkAppId' in params ? params.SdkAppId : null;
|
|
6965
|
-
this.TaskId = 'TaskId' in params ? params.TaskId : null;
|
|
6966
|
-
|
|
6967
|
-
}
|
|
6968
|
-
}
|
|
6969
|
-
|
|
6970
6693
|
/**
|
|
6971
6694
|
* DescribeRecordSearch request structure.
|
|
6972
6695
|
* @class
|
|
@@ -6989,7 +6712,6 @@ class DescribeRecordSearchRequest extends AbstractModel {
|
|
|
6989
6712
|
}
|
|
6990
6713
|
|
|
6991
6714
|
module.exports = {
|
|
6992
|
-
DescribeOfflineRecordCallbackRequest: DescribeOfflineRecordCallbackRequest,
|
|
6993
6715
|
Canvas: Canvas,
|
|
6994
6716
|
StopOnlineRecordResponse: StopOnlineRecordResponse,
|
|
6995
6717
|
SetVideoGenerationTaskCallbackKeyRequest: SetVideoGenerationTaskCallbackKeyRequest,
|
|
@@ -7001,7 +6723,6 @@ module.exports = {
|
|
|
7001
6723
|
DescribeWhiteboardApplicationConfigResponse: DescribeWhiteboardApplicationConfigResponse,
|
|
7002
6724
|
WhiteboardPushResult: WhiteboardPushResult,
|
|
7003
6725
|
CreateSnapshotTaskResponse: CreateSnapshotTaskResponse,
|
|
7004
|
-
DescribeOfflineRecordResponse: DescribeOfflineRecordResponse,
|
|
7005
6726
|
ModifyApplicationResponse: ModifyApplicationResponse,
|
|
7006
6727
|
CreateTranscodeResponse: CreateTranscodeResponse,
|
|
7007
6728
|
DescribeUserResourcesResponse: DescribeUserResourcesResponse,
|
|
@@ -7035,8 +6756,6 @@ module.exports = {
|
|
|
7035
6756
|
DescribeApplicationInfosRequest: DescribeApplicationInfosRequest,
|
|
7036
6757
|
DescribeApplicationUsageRequest: DescribeApplicationUsageRequest,
|
|
7037
6758
|
SnapshotResult: SnapshotResult,
|
|
7038
|
-
DescribeOfflineRecordCallbackResponse: DescribeOfflineRecordCallbackResponse,
|
|
7039
|
-
CreateOfflineRecordResponse: CreateOfflineRecordResponse,
|
|
7040
6759
|
SetVideoGenerationTaskCallbackKeyResponse: SetVideoGenerationTaskCallbackKeyResponse,
|
|
7041
6760
|
DescribeVideoGenerationTaskResponse: DescribeVideoGenerationTaskResponse,
|
|
7042
6761
|
DataItem: DataItem,
|
|
@@ -7049,7 +6768,7 @@ module.exports = {
|
|
|
7049
6768
|
ApplyTiwTrialRequest: ApplyTiwTrialRequest,
|
|
7050
6769
|
DescribeTranscodeCallbackResponse: DescribeTranscodeCallbackResponse,
|
|
7051
6770
|
DescribeUserListResponse: DescribeUserListResponse,
|
|
7052
|
-
|
|
6771
|
+
ModifyWhiteboardBucketConfigResponse: ModifyWhiteboardBucketConfigResponse,
|
|
7053
6772
|
DescribeTIWDailyUsageRequest: DescribeTIWDailyUsageRequest,
|
|
7054
6773
|
DescribeWhiteboardBucketConfigResponse: DescribeWhiteboardBucketConfigResponse,
|
|
7055
6774
|
MixStream: MixStream,
|
|
@@ -7060,7 +6779,6 @@ module.exports = {
|
|
|
7060
6779
|
AuthParam: AuthParam,
|
|
7061
6780
|
Detail: Detail,
|
|
7062
6781
|
StartWhiteboardPushRequest: StartWhiteboardPushRequest,
|
|
7063
|
-
CreateOfflineRecordRequest: CreateOfflineRecordRequest,
|
|
7064
6782
|
UserListItem: UserListItem,
|
|
7065
6783
|
DescribeVideoGenerationTaskCallbackResponse: DescribeVideoGenerationTaskCallbackResponse,
|
|
7066
6784
|
WhiteboardPushTaskSearchResult: WhiteboardPushTaskSearchResult,
|
|
@@ -7073,7 +6791,6 @@ module.exports = {
|
|
|
7073
6791
|
RecordTaskSearchResult: RecordTaskSearchResult,
|
|
7074
6792
|
SetTranscodeCallbackResponse: SetTranscodeCallbackResponse,
|
|
7075
6793
|
StopOnlineRecordRequest: StopOnlineRecordRequest,
|
|
7076
|
-
SetOfflineRecordCallbackRequest: SetOfflineRecordCallbackRequest,
|
|
7077
6794
|
SetVideoGenerationTaskCallbackResponse: SetVideoGenerationTaskCallbackResponse,
|
|
7078
6795
|
ApplicationItem: ApplicationItem,
|
|
7079
6796
|
ModifyWhiteboardApplicationConfigResponse: ModifyWhiteboardApplicationConfigResponse,
|
|
@@ -7087,13 +6804,12 @@ module.exports = {
|
|
|
7087
6804
|
CreateVideoGenerationTaskResponse: CreateVideoGenerationTaskResponse,
|
|
7088
6805
|
Whiteboard: Whiteboard,
|
|
7089
6806
|
PauseOnlineRecordResponse: PauseOnlineRecordResponse,
|
|
7090
|
-
|
|
6807
|
+
ModifyAutoRenewFlagResponse: ModifyAutoRenewFlagResponse,
|
|
7091
6808
|
CreateSnapshotTaskRequest: CreateSnapshotTaskRequest,
|
|
7092
6809
|
DescribeTranscodeResponse: DescribeTranscodeResponse,
|
|
7093
6810
|
SetOnlineRecordCallbackKeyRequest: SetOnlineRecordCallbackKeyRequest,
|
|
7094
6811
|
ModifyApplicationRequest: ModifyApplicationRequest,
|
|
7095
6812
|
DescribeOnlineRecordCallbackResponse: DescribeOnlineRecordCallbackResponse,
|
|
7096
|
-
SetOfflineRecordCallbackResponse: SetOfflineRecordCallbackResponse,
|
|
7097
6813
|
RecordControl: RecordControl,
|
|
7098
6814
|
DescribeQualityMetricsResponse: DescribeQualityMetricsResponse,
|
|
7099
6815
|
TranscodeTaskResult: TranscodeTaskResult,
|
|
@@ -7130,7 +6846,6 @@ module.exports = {
|
|
|
7130
6846
|
TranscodeTaskSearchResult: TranscodeTaskSearchResult,
|
|
7131
6847
|
CreateApplicationResponse: CreateApplicationResponse,
|
|
7132
6848
|
StopWhiteboardPushRequest: StopWhiteboardPushRequest,
|
|
7133
|
-
DescribeOfflineRecordRequest: DescribeOfflineRecordRequest,
|
|
7134
6849
|
DescribeRecordSearchRequest: DescribeRecordSearchRequest,
|
|
7135
6850
|
|
|
7136
6851
|
}
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
*/
|
|
17
17
|
const models = require("./models");
|
|
18
18
|
const AbstractClient = require('../../common/abstract_client')
|
|
19
|
-
const DescribeOfflineRecordCallbackRequest = models.DescribeOfflineRecordCallbackRequest;
|
|
20
19
|
const Canvas = models.Canvas;
|
|
21
20
|
const StopOnlineRecordResponse = models.StopOnlineRecordResponse;
|
|
22
21
|
const SetVideoGenerationTaskCallbackKeyRequest = models.SetVideoGenerationTaskCallbackKeyRequest;
|
|
@@ -28,7 +27,6 @@ const UsageDataItem = models.UsageDataItem;
|
|
|
28
27
|
const DescribeWhiteboardApplicationConfigResponse = models.DescribeWhiteboardApplicationConfigResponse;
|
|
29
28
|
const WhiteboardPushResult = models.WhiteboardPushResult;
|
|
30
29
|
const CreateSnapshotTaskResponse = models.CreateSnapshotTaskResponse;
|
|
31
|
-
const DescribeOfflineRecordResponse = models.DescribeOfflineRecordResponse;
|
|
32
30
|
const ModifyApplicationResponse = models.ModifyApplicationResponse;
|
|
33
31
|
const CreateTranscodeResponse = models.CreateTranscodeResponse;
|
|
34
32
|
const DescribeUserResourcesResponse = models.DescribeUserResourcesResponse;
|
|
@@ -62,8 +60,6 @@ const DescribeUsageSummaryResponse = models.DescribeUsageSummaryResponse;
|
|
|
62
60
|
const DescribeApplicationInfosRequest = models.DescribeApplicationInfosRequest;
|
|
63
61
|
const DescribeApplicationUsageRequest = models.DescribeApplicationUsageRequest;
|
|
64
62
|
const SnapshotResult = models.SnapshotResult;
|
|
65
|
-
const DescribeOfflineRecordCallbackResponse = models.DescribeOfflineRecordCallbackResponse;
|
|
66
|
-
const CreateOfflineRecordResponse = models.CreateOfflineRecordResponse;
|
|
67
63
|
const SetVideoGenerationTaskCallbackKeyResponse = models.SetVideoGenerationTaskCallbackKeyResponse;
|
|
68
64
|
const DescribeVideoGenerationTaskResponse = models.DescribeVideoGenerationTaskResponse;
|
|
69
65
|
const DataItem = models.DataItem;
|
|
@@ -76,7 +72,7 @@ const SetOnlineRecordCallbackResponse = models.SetOnlineRecordCallbackResponse;
|
|
|
76
72
|
const ApplyTiwTrialRequest = models.ApplyTiwTrialRequest;
|
|
77
73
|
const DescribeTranscodeCallbackResponse = models.DescribeTranscodeCallbackResponse;
|
|
78
74
|
const DescribeUserListResponse = models.DescribeUserListResponse;
|
|
79
|
-
const
|
|
75
|
+
const ModifyWhiteboardBucketConfigResponse = models.ModifyWhiteboardBucketConfigResponse;
|
|
80
76
|
const DescribeTIWDailyUsageRequest = models.DescribeTIWDailyUsageRequest;
|
|
81
77
|
const DescribeWhiteboardBucketConfigResponse = models.DescribeWhiteboardBucketConfigResponse;
|
|
82
78
|
const MixStream = models.MixStream;
|
|
@@ -87,7 +83,6 @@ const DescribeTranscodeSearchRequest = models.DescribeTranscodeSearchRequest;
|
|
|
87
83
|
const AuthParam = models.AuthParam;
|
|
88
84
|
const Detail = models.Detail;
|
|
89
85
|
const StartWhiteboardPushRequest = models.StartWhiteboardPushRequest;
|
|
90
|
-
const CreateOfflineRecordRequest = models.CreateOfflineRecordRequest;
|
|
91
86
|
const UserListItem = models.UserListItem;
|
|
92
87
|
const DescribeVideoGenerationTaskCallbackResponse = models.DescribeVideoGenerationTaskCallbackResponse;
|
|
93
88
|
const WhiteboardPushTaskSearchResult = models.WhiteboardPushTaskSearchResult;
|
|
@@ -100,7 +95,6 @@ const DescribeOnlineRecordCallbackRequest = models.DescribeOnlineRecordCallbackR
|
|
|
100
95
|
const RecordTaskSearchResult = models.RecordTaskSearchResult;
|
|
101
96
|
const SetTranscodeCallbackResponse = models.SetTranscodeCallbackResponse;
|
|
102
97
|
const StopOnlineRecordRequest = models.StopOnlineRecordRequest;
|
|
103
|
-
const SetOfflineRecordCallbackRequest = models.SetOfflineRecordCallbackRequest;
|
|
104
98
|
const SetVideoGenerationTaskCallbackResponse = models.SetVideoGenerationTaskCallbackResponse;
|
|
105
99
|
const ApplicationItem = models.ApplicationItem;
|
|
106
100
|
const ModifyWhiteboardApplicationConfigResponse = models.ModifyWhiteboardApplicationConfigResponse;
|
|
@@ -114,13 +108,12 @@ const SnapshotCOS = models.SnapshotCOS;
|
|
|
114
108
|
const CreateVideoGenerationTaskResponse = models.CreateVideoGenerationTaskResponse;
|
|
115
109
|
const Whiteboard = models.Whiteboard;
|
|
116
110
|
const PauseOnlineRecordResponse = models.PauseOnlineRecordResponse;
|
|
117
|
-
const
|
|
111
|
+
const ModifyAutoRenewFlagResponse = models.ModifyAutoRenewFlagResponse;
|
|
118
112
|
const CreateSnapshotTaskRequest = models.CreateSnapshotTaskRequest;
|
|
119
113
|
const DescribeTranscodeResponse = models.DescribeTranscodeResponse;
|
|
120
114
|
const SetOnlineRecordCallbackKeyRequest = models.SetOnlineRecordCallbackKeyRequest;
|
|
121
115
|
const ModifyApplicationRequest = models.ModifyApplicationRequest;
|
|
122
116
|
const DescribeOnlineRecordCallbackResponse = models.DescribeOnlineRecordCallbackResponse;
|
|
123
|
-
const SetOfflineRecordCallbackResponse = models.SetOfflineRecordCallbackResponse;
|
|
124
117
|
const RecordControl = models.RecordControl;
|
|
125
118
|
const DescribeQualityMetricsResponse = models.DescribeQualityMetricsResponse;
|
|
126
119
|
const TranscodeTaskResult = models.TranscodeTaskResult;
|
|
@@ -157,7 +150,6 @@ const WhiteboardApplicationConfig = models.WhiteboardApplicationConfig;
|
|
|
157
150
|
const TranscodeTaskSearchResult = models.TranscodeTaskSearchResult;
|
|
158
151
|
const CreateApplicationResponse = models.CreateApplicationResponse;
|
|
159
152
|
const StopWhiteboardPushRequest = models.StopWhiteboardPushRequest;
|
|
160
|
-
const DescribeOfflineRecordRequest = models.DescribeOfflineRecordRequest;
|
|
161
153
|
const DescribeRecordSearchRequest = models.DescribeRecordSearchRequest;
|
|
162
154
|
|
|
163
155
|
|
|
@@ -183,7 +175,7 @@ class TiwClient extends AbstractClient {
|
|
|
183
175
|
}
|
|
184
176
|
|
|
185
177
|
/**
|
|
186
|
-
* This API is used to set the real-time recording callback address. For the callback format, please [see here](https://
|
|
178
|
+
* This API is used to set the real-time recording callback address. For the callback format, please [see here](https://www.tencentcloud.com/document/product/1176/55569).
|
|
187
179
|
* @param {SetOnlineRecordCallbackRequest} req
|
|
188
180
|
* @param {function(string, SetOnlineRecordCallbackResponse):void} cb
|
|
189
181
|
* @public
|
|
@@ -193,17 +185,6 @@ class TiwClient extends AbstractClient {
|
|
|
193
185
|
this.request("SetOnlineRecordCallback", req, resp, cb);
|
|
194
186
|
}
|
|
195
187
|
|
|
196
|
-
/**
|
|
197
|
-
* This API is used to stop real-time recording.
|
|
198
|
-
* @param {StopOnlineRecordRequest} req
|
|
199
|
-
* @param {function(string, StopOnlineRecordResponse):void} cb
|
|
200
|
-
* @public
|
|
201
|
-
*/
|
|
202
|
-
StopOnlineRecord(req, cb) {
|
|
203
|
-
let resp = new StopOnlineRecordResponse();
|
|
204
|
-
this.request("StopOnlineRecord", req, resp, cb);
|
|
205
|
-
}
|
|
206
|
-
|
|
207
188
|
/**
|
|
208
189
|
* This API is used to query the logs of a whiteboard application on a client.
|
|
209
190
|
* @param {DescribeBoardSDKLogRequest} req
|
|
@@ -260,7 +241,7 @@ class TiwClient extends AbstractClient {
|
|
|
260
241
|
}
|
|
261
242
|
|
|
262
243
|
/**
|
|
263
|
-
* This API is used to set the callback authentication key for real-time recording. For more information, see [Event Notification](https://
|
|
244
|
+
* This API is used to set the callback authentication key for real-time recording. For more information, see [Event Notification](https://www.tencentcloud.com/document/product/1176/55569).
|
|
264
245
|
* @param {SetOnlineRecordCallbackKeyRequest} req
|
|
265
246
|
* @param {function(string, SetOnlineRecordCallbackKeyResponse):void} cb
|
|
266
247
|
* @public
|
|
@@ -282,7 +263,7 @@ class TiwClient extends AbstractClient {
|
|
|
282
263
|
}
|
|
283
264
|
|
|
284
265
|
/**
|
|
285
|
-
* This API is used to set the callback address for document transcoding. For the callback format, please [see here](https://
|
|
266
|
+
* This API is used to set the callback address for document transcoding. For the callback format, please [see here](https://www.tencentcloud.com/document/product/1176/55569).
|
|
286
267
|
* @param {SetTranscodeCallbackRequest} req
|
|
287
268
|
* @param {function(string, SetTranscodeCallbackResponse):void} cb
|
|
288
269
|
* @public
|
|
@@ -326,7 +307,7 @@ class TiwClient extends AbstractClient {
|
|
|
326
307
|
}
|
|
327
308
|
|
|
328
309
|
/**
|
|
329
|
-
* This API is used to set the callback authentication key for document transcoding. For more information, see [Event Notification](https://
|
|
310
|
+
* This API is used to set the callback authentication key for document transcoding. For more information, see [Event Notification](https://www.tencentcloud.com/document/product/1176/55569).
|
|
330
311
|
* @param {SetTranscodeCallbackKeyRequest} req
|
|
331
312
|
* @param {function(string, SetTranscodeCallbackKeyResponse):void} cb
|
|
332
313
|
* @public
|
|
@@ -336,19 +317,6 @@ class TiwClient extends AbstractClient {
|
|
|
336
317
|
this.request("SetTranscodeCallbackKey", req, resp, cb);
|
|
337
318
|
}
|
|
338
319
|
|
|
339
|
-
/**
|
|
340
|
-
* 课后录制服务已下线
|
|
341
|
-
|
|
342
|
-
This API is used to set the offline recording callback URL.
|
|
343
|
-
* @param {SetOfflineRecordCallbackRequest} req
|
|
344
|
-
* @param {function(string, SetOfflineRecordCallbackResponse):void} cb
|
|
345
|
-
* @public
|
|
346
|
-
*/
|
|
347
|
-
SetOfflineRecordCallback(req, cb) {
|
|
348
|
-
let resp = new SetOfflineRecordCallbackResponse();
|
|
349
|
-
this.request("SetOfflineRecordCallback", req, resp, cb);
|
|
350
|
-
}
|
|
351
|
-
|
|
352
320
|
/**
|
|
353
321
|
* This API is used to create a whiteboard snapshot task. If a callback URL is provided, the whiteboard snapshot result is sent to the callback URL after the task is complete.
|
|
354
322
|
* @param {CreateSnapshotTaskRequest} req
|
|
@@ -437,6 +405,17 @@ This API is used to set the offline recording callback URL.
|
|
|
437
405
|
this.request("DescribeTranscodeCallback", req, resp, cb);
|
|
438
406
|
}
|
|
439
407
|
|
|
408
|
+
/**
|
|
409
|
+
* This API is used to create a whiteboard application.
|
|
410
|
+
* @param {CreateApplicationRequest} req
|
|
411
|
+
* @param {function(string, CreateApplicationResponse):void} cb
|
|
412
|
+
* @public
|
|
413
|
+
*/
|
|
414
|
+
CreateApplication(req, cb) {
|
|
415
|
+
let resp = new CreateApplicationResponse();
|
|
416
|
+
this.request("CreateApplication", req, resp, cb);
|
|
417
|
+
}
|
|
418
|
+
|
|
440
419
|
/**
|
|
441
420
|
* This API is used to query the information about other cloud products by using the service role.
|
|
442
421
|
* @param {DescribeAPIServiceRequest} req
|
|
@@ -470,17 +449,6 @@ This API is used to set the offline recording callback URL.
|
|
|
470
449
|
this.request("DescribeApplicationInfos", req, resp, cb);
|
|
471
450
|
}
|
|
472
451
|
|
|
473
|
-
/**
|
|
474
|
-
* This API is used to start a real-time recording task.
|
|
475
|
-
* @param {StartOnlineRecordRequest} req
|
|
476
|
-
* @param {function(string, StartOnlineRecordResponse):void} cb
|
|
477
|
-
* @public
|
|
478
|
-
*/
|
|
479
|
-
StartOnlineRecord(req, cb) {
|
|
480
|
-
let resp = new StartOnlineRecordResponse();
|
|
481
|
-
this.request("StartOnlineRecord", req, resp, cb);
|
|
482
|
-
}
|
|
483
|
-
|
|
484
452
|
/**
|
|
485
453
|
* This API is used to query the daily billable usage by each room of a whiteboard application.
|
|
486
454
|
1. The period queried per request cannot be longer than 31 days.
|
|
@@ -529,7 +497,7 @@ This API is used to set the offline recording callback URL.
|
|
|
529
497
|
}
|
|
530
498
|
|
|
531
499
|
/**
|
|
532
|
-
* This API is used to set the whiteboard push callback URL. For more information, see [Event Notification](https://
|
|
500
|
+
* This API is used to set the whiteboard push callback URL. For more information, see [Event Notification](https://www.tencentcloud.com/document/product/1176/55569).
|
|
533
501
|
* @param {SetWhiteboardPushCallbackRequest} req
|
|
534
502
|
* @param {function(string, SetWhiteboardPushCallbackResponse):void} cb
|
|
535
503
|
* @public
|
|
@@ -540,40 +508,25 @@ This API is used to set the offline recording callback URL.
|
|
|
540
508
|
}
|
|
541
509
|
|
|
542
510
|
/**
|
|
543
|
-
*
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
* @param {DescribeOfflineRecordCallbackRequest} req
|
|
547
|
-
* @param {function(string, DescribeOfflineRecordCallbackResponse):void} cb
|
|
548
|
-
* @public
|
|
549
|
-
*/
|
|
550
|
-
DescribeOfflineRecordCallback(req, cb) {
|
|
551
|
-
let resp = new DescribeOfflineRecordCallbackResponse();
|
|
552
|
-
this.request("DescribeOfflineRecordCallback", req, resp, cb);
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
/**
|
|
556
|
-
* This API is used to query the progress and result of a document transcoding task.
|
|
557
|
-
* @param {DescribeTranscodeRequest} req
|
|
558
|
-
* @param {function(string, DescribeTranscodeResponse):void} cb
|
|
511
|
+
* This API is used to start a real-time recording task.
|
|
512
|
+
* @param {StartOnlineRecordRequest} req
|
|
513
|
+
* @param {function(string, StartOnlineRecordResponse):void} cb
|
|
559
514
|
* @public
|
|
560
515
|
*/
|
|
561
|
-
|
|
562
|
-
let resp = new
|
|
563
|
-
this.request("
|
|
516
|
+
StartOnlineRecord(req, cb) {
|
|
517
|
+
let resp = new StartOnlineRecordResponse();
|
|
518
|
+
this.request("StartOnlineRecord", req, resp, cb);
|
|
564
519
|
}
|
|
565
520
|
|
|
566
521
|
/**
|
|
567
|
-
*
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
* @param {CreateOfflineRecordRequest} req
|
|
571
|
-
* @param {function(string, CreateOfflineRecordResponse):void} cb
|
|
522
|
+
* This API is used to stop real-time recording.
|
|
523
|
+
* @param {StopOnlineRecordRequest} req
|
|
524
|
+
* @param {function(string, StopOnlineRecordResponse):void} cb
|
|
572
525
|
* @public
|
|
573
526
|
*/
|
|
574
|
-
|
|
575
|
-
let resp = new
|
|
576
|
-
this.request("
|
|
527
|
+
StopOnlineRecord(req, cb) {
|
|
528
|
+
let resp = new StopOnlineRecordResponse();
|
|
529
|
+
this.request("StopOnlineRecord", req, resp, cb);
|
|
577
530
|
}
|
|
578
531
|
|
|
579
532
|
/**
|
|
@@ -588,7 +541,7 @@ This API is used to create an offline recording task.
|
|
|
588
541
|
}
|
|
589
542
|
|
|
590
543
|
/**
|
|
591
|
-
* This API is used to set the callback authentication key for whiteboard push. For more information, see [Event Notification](https://
|
|
544
|
+
* This API is used to set the callback authentication key for whiteboard push. For more information, see [Event Notification](https://www.tencentcloud.com/document/product/1176/55569).
|
|
592
545
|
* @param {SetWhiteboardPushCallbackKeyRequest} req
|
|
593
546
|
* @param {function(string, SetWhiteboardPushCallbackKeyResponse):void} cb
|
|
594
547
|
* @public
|
|
@@ -621,14 +574,14 @@ This API is used to create an offline recording task.
|
|
|
621
574
|
}
|
|
622
575
|
|
|
623
576
|
/**
|
|
624
|
-
* This API is used to
|
|
625
|
-
* @param {
|
|
626
|
-
* @param {function(string,
|
|
577
|
+
* This API is used to query the progress and result of a document transcoding task.
|
|
578
|
+
* @param {DescribeTranscodeRequest} req
|
|
579
|
+
* @param {function(string, DescribeTranscodeResponse):void} cb
|
|
627
580
|
* @public
|
|
628
581
|
*/
|
|
629
|
-
|
|
630
|
-
let resp = new
|
|
631
|
-
this.request("
|
|
582
|
+
DescribeTranscode(req, cb) {
|
|
583
|
+
let resp = new DescribeTranscodeResponse();
|
|
584
|
+
this.request("DescribeTranscode", req, resp, cb);
|
|
632
585
|
}
|
|
633
586
|
|
|
634
587
|
/**
|
|
@@ -678,19 +631,6 @@ This API is used to create an offline recording task.
|
|
|
678
631
|
this.request("DescribeQualityMetrics", req, resp, cb);
|
|
679
632
|
}
|
|
680
633
|
|
|
681
|
-
/**
|
|
682
|
-
* 课后录制服务已下线
|
|
683
|
-
|
|
684
|
-
This API is used to query the information about an offline recording task, including the recording progress and recording result.
|
|
685
|
-
* @param {DescribeOfflineRecordRequest} req
|
|
686
|
-
* @param {function(string, DescribeOfflineRecordResponse):void} cb
|
|
687
|
-
* @public
|
|
688
|
-
*/
|
|
689
|
-
DescribeOfflineRecord(req, cb) {
|
|
690
|
-
let resp = new DescribeOfflineRecordResponse();
|
|
691
|
-
this.request("DescribeOfflineRecord", req, resp, cb);
|
|
692
|
-
}
|
|
693
|
-
|
|
694
634
|
/**
|
|
695
635
|
* This API is used to start a whiteboard push task.
|
|
696
636
|
* @param {StartWhiteboardPushRequest} req
|
|
@@ -30837,27 +30837,7 @@ class EventContent extends AbstractModel {
|
|
|
30837
30837
|
this.EventHandle = null;
|
|
30838
30838
|
|
|
30839
30839
|
/**
|
|
30840
|
-
* <b>Supported event types:</b>
|
|
30841
|
-
<li>`NewFileUpload`: Video uploaded.</li>
|
|
30842
|
-
<li>`ProcedureStateChanged`: Task flow status changed.</li>
|
|
30843
|
-
<li>`FileDeleted`: Video deleted.</li>
|
|
30844
|
-
<li>`RestoreMediaComplete`: Video retrieved.</li>
|
|
30845
|
-
<li>`PullComplete`: Finished video pulling.</li>
|
|
30846
|
-
<li>`EditMediaComplete`: Finished video editing.</li>
|
|
30847
|
-
<li>`SplitMediaComplete`: Finished video splitting.</li>
|
|
30848
|
-
<li>`ComposeMediaComplete`: Finished producing the media file.</li>
|
|
30849
|
-
<li>`WechatMiniProgramPublishComplete`: Finished publishing on Weixin Mini Program.</li>
|
|
30850
|
-
<li>`RemoveWatermark`: Watermark removed.</li>
|
|
30851
|
-
<li>`RebuildMediaComplete`: Finished audio/video remastering.</li>
|
|
30852
|
-
<li>`ReviewAudioVideoComplete`: Finished moderation.</li>
|
|
30853
|
-
<li>`ExtractTraceWatermarkComplete`: Finished digital watermark extraction.</li>
|
|
30854
|
-
<li>`DescribeFileAttributesComplete`: Finished getting file attributes.</li>
|
|
30855
|
-
<b>v2017 task types:</b>
|
|
30856
|
-
<li>`TranscodeComplete`: Finished video transcoding.</li>
|
|
30857
|
-
<li>`ConcatComplete`: Finished video splicing.</li>
|
|
30858
|
-
<li>`ClipComplete`: Finished video clipping.</li>
|
|
30859
|
-
<li>`CreateImageSpriteComplete`: Finished image sprite generation.</li>
|
|
30860
|
-
<li>`CreateSnapshotByTimeOffsetComplete`: Finished time point screencapturing.</li>
|
|
30840
|
+
* <b>Supported event types:</b><li>`NewFileUpload`: Video uploaded.</li><li>`ProcedureStateChanged`: Task flow status changed.</li><li>`FileDeleted`: Video deleted.</li><li>`RestoreMediaComplete`: Video retrieved.</li><li>`PullComplete`: Finished video pulling.</li><li>`EditMediaComplete`: Finished video editing.</li><li>`SplitMediaComplete`: Finished video splitting.</li><li>`ComposeMediaComplete`: Finished producing the media file.</li><li>`WechatMiniProgramPublishComplete`: Finished publishing on Weixin Mini Program.</li><li>`RemoveWatermark`: Watermark removed.</li><li>`RebuildMediaComplete`: Finished audio/video remastering.</li><li>`ReviewAudioVideoComplete`: Finished moderation.</li><li>`ExtractTraceWatermarkComplete`: Finished digital watermark extraction.</li><li>`DescribeFileAttributesComplete`: Finished getting file attributes.</li><li>`QualityEnhanceComplete`: FinishedQualityEnhance.</li><b>v2017 task types:</b><li>`TranscodeComplete`: Finished video transcoding.</li><li>`ConcatComplete`: Finished video splicing.</li><li>`ClipComplete`: Finished video clipping.</li><li>`CreateImageSpriteComplete`: Finished image sprite generation.</li><li>`CreateSnapshotByTimeOffsetComplete`: Finished time point screencapturing.</li>
|
|
30861
30841
|
* @type {string || null}
|
|
30862
30842
|
*/
|
|
30863
30843
|
this.EventType = null;
|
|
@@ -35167,7 +35147,7 @@ class DescribeTaskDetailResponse extends AbstractModel {
|
|
|
35167
35147
|
<li>`DescribeFileAttributesTask`: Getting file attributes</li>
|
|
35168
35148
|
<li> `ReviewAudioVideo`: Moderation</li>
|
|
35169
35149
|
<li>`ExtractTraceWatermark`: Digital watermark extraction</li>
|
|
35170
|
-
<li>`QualityEnhance
|
|
35150
|
+
<li>`QualityEnhance`:Enhance audio/video</li>
|
|
35171
35151
|
* @type {string || null}
|
|
35172
35152
|
*/
|
|
35173
35153
|
this.TaskType = null;
|