tencentcloud-sdk-nodejs-trtc 4.1.279 → 4.1.280
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.
|
@@ -6,9 +6,6 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
6
6
|
async CreateCloudModeration(req, cb) {
|
|
7
7
|
return this.request("CreateCloudModeration", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async DescribeTRTCRealTimeQualityData(req, cb) {
|
|
10
|
-
return this.request("DescribeTRTCRealTimeQualityData", req, cb);
|
|
11
|
-
}
|
|
12
9
|
async StopWebRecord(req, cb) {
|
|
13
10
|
return this.request("StopWebRecord", req, cb);
|
|
14
11
|
}
|
|
@@ -18,9 +15,6 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
18
15
|
async DescribeTrtcUsage(req, cb) {
|
|
19
16
|
return this.request("DescribeTrtcUsage", req, cb);
|
|
20
17
|
}
|
|
21
|
-
async CreateBasicModeration(req, cb) {
|
|
22
|
-
return this.request("CreateBasicModeration", req, cb);
|
|
23
|
-
}
|
|
24
18
|
async DescribeRoomInfo(req, cb) {
|
|
25
19
|
return this.request("DescribeRoomInfo", req, cb);
|
|
26
20
|
}
|
|
@@ -51,8 +45,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
51
45
|
async DescribeTRTCRealTimeScaleData(req, cb) {
|
|
52
46
|
return this.request("DescribeTRTCRealTimeScaleData", req, cb);
|
|
53
47
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
48
|
+
async DeleteVoicePrint(req, cb) {
|
|
49
|
+
return this.request("DeleteVoicePrint", req, cb);
|
|
56
50
|
}
|
|
57
51
|
async StartMCUMixTranscodeByStrRoomId(req, cb) {
|
|
58
52
|
return this.request("StartMCUMixTranscodeByStrRoomId", req, cb);
|
|
@@ -87,8 +81,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
87
81
|
async RemoveUser(req, cb) {
|
|
88
82
|
return this.request("RemoveUser", req, cb);
|
|
89
83
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
84
|
+
async StopMCUMixTranscode(req, cb) {
|
|
85
|
+
return this.request("StopMCUMixTranscode", req, cb);
|
|
92
86
|
}
|
|
93
87
|
async DescribeLiveStreamModeration(req, cb) {
|
|
94
88
|
return this.request("DescribeLiveStreamModeration", req, cb);
|
|
@@ -201,8 +195,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
201
195
|
async UpdatePublishCdnStream(req, cb) {
|
|
202
196
|
return this.request("UpdatePublishCdnStream", req, cb);
|
|
203
197
|
}
|
|
204
|
-
async
|
|
205
|
-
return this.request("
|
|
198
|
+
async DescribeTRTCRealTimeQualityData(req, cb) {
|
|
199
|
+
return this.request("DescribeTRTCRealTimeQualityData", req, cb);
|
|
206
200
|
}
|
|
207
201
|
async CreateCloudSliceTask(req, cb) {
|
|
208
202
|
return this.request("CreateCloudSliceTask", req, cb);
|
|
@@ -219,6 +213,9 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
219
213
|
async DescribeCloudModeration(req, cb) {
|
|
220
214
|
return this.request("DescribeCloudModeration", req, cb);
|
|
221
215
|
}
|
|
216
|
+
async DescribeAIConversation(req, cb) {
|
|
217
|
+
return this.request("DescribeAIConversation", req, cb);
|
|
218
|
+
}
|
|
222
219
|
async DescribeTRTCMarketQualityData(req, cb) {
|
|
223
220
|
return this.request("DescribeTRTCMarketQualityData", req, cb);
|
|
224
221
|
}
|
|
@@ -240,7 +237,4 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
240
237
|
async TextToSpeechSSE(req, cb) {
|
|
241
238
|
return this.request("TextToSpeechSSE", req, cb);
|
|
242
239
|
}
|
|
243
|
-
async StopMCUMixTranscode(req, cb) {
|
|
244
|
-
return this.request("StopMCUMixTranscode", req, cb);
|
|
245
|
-
}
|
|
246
240
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribeAsyncTextToSpeechRequest, ModifyCloudSliceTaskResponse, DescribeCloudModerationResponse, StartStreamIngestResponse, CreatePictureRequest, DescribeTRTCRealTimeScaleDataRequest, StartAIConversationResponse, DescribeTRTCMarketScaleDataRequest, VoiceCloneRequest, DescribeUserEventRequest, DeleteCloudModerationRequest, CreateLiveStreamModerationRequest,
|
|
2
|
+
import { DescribeAsyncTextToSpeechRequest, ModifyCloudSliceTaskResponse, DescribeCloudModerationResponse, StartStreamIngestResponse, CreatePictureRequest, DescribeTRTCRealTimeScaleDataRequest, StartAIConversationResponse, DescribeTRTCMarketScaleDataRequest, VoiceCloneRequest, DescribeUserEventRequest, DeleteCloudModerationRequest, CreateLiveStreamModerationRequest, AsyncTextToSpeechRequest, DescribeTrtcRoomUsageResponse, RegisterVoicePrintRequest, DeleteCloudSliceTaskRequest, ControlAIConversationResponse, StopAIConversationRequest, UpdateAIConversationResponse, DescribeUserEventResponse, DescribeCloudRecordingResponse, StopMCUMixTranscodeByStrRoomIdResponse, DescribeCallDetailInfoRequest, CreateCloudModerationResponse, DescribeTRTCSegmentModerationUsageRequest, DescribeTRTCMarketScaleDataResponse, RegisterVoicePrintResponse, ModifyPictureRequest, DescribeWebRecordResponse, DescribeCloudTranscriptionResponse, DescribeUserInfoRequest, DeleteCloudModerationResponse, DescribeRelayUsageRequest, DismissRoomResponse, DescribeRecordStatisticResponse, DescribeLiveStreamModerationResponse, DeleteVoicePrintRequest, DescribeAsyncTextToSpeechResponse, DescribeTrtcUsageResponse, StopAITranscriptionRequest, CreateCloudRecordingResponse, RemoveUserRequest, DescribeWebRecordRequest, DescribeRecordStatisticRequest, DescribeRoomInfoRequest, DescribeTRTCMarketScaleMetricDataResponse, DescribeCallDetailInfoResponse, DescribeTRTCRealTimeQualityDataResponse, DescribeTRTCAIRecognitionUsageResponse, DescribeMixTranscodingUsageRequest, DescribeTRTCRealTimeQualityDataRequest, DescribeStreamIngestResponse, CreateCloudTranscriptionResponse, DescribeTRTCMarketQualityDataResponse, DescribeVoicePrintResponse, DescribeTrtcUsageRequest, DescribeRoomInfoResponse, StartWebRecordRequest, DescribeAITranscriptionRequest, DescribeAIConversationResponse, DeleteCloudTranscriptionResponse, DescribeUserInfoResponse, RemoveUserByStrRoomIdResponse, DescribeVoicePrintRequest, UpdateStreamIngestResponse, StartMCUMixTranscodeRequest, StartPublishCdnStreamResponse, DeleteLiveStreamModerationResponse, StartMCUMixTranscodeByStrRoomIdResponse, DeleteCloudSliceTaskResponse, DescribeTRTCMarketScaleMetricDataRequest, DescribeRelayUsageResponse, StartStreamIngestRequest, TextToSpeechSSEResponse, DescribeRecordingUsageResponse, DescribeRecordingUsageRequest, ModifyPictureResponse, DescribeScaleInfoResponse, ModifyCloudSliceTaskRequest, StopMCUMixTranscodeResponse, DescribeMixTranscodingUsageResponse, DismissRoomRequest, DeleteLiveStreamModerationRequest, DescribeUnusualEventRequest, DescribeCloudRecordingRequest, DeleteVoicePrintResponse, StartWebRecordResponse, CreateCloudSliceTaskRequest, ModifyCloudModerationRequest, CreateCloudRecordingRequest, DeleteCloudRecordingResponse, StartAITranscriptionRequest, StopMCUMixTranscodeByStrRoomIdRequest, StartAIConversationRequest, DeletePictureResponse, ModifyCloudRecordingRequest, StopAIConversationResponse, CreateLiveStreamModerationResponse, DescribeAIConversationRequest, DismissRoomByStrRoomIdRequest, DescribeTRTCAIRecognitionUsageRequest, CreateCloudSliceTaskResponse, StartMCUMixTranscodeResponse, DescribeTrtcMcuTranscodeTimeResponse, DeleteCloudRecordingRequest, DescribePictureRequest, ModifyCloudModerationResponse, DescribeLiveStreamModerationRequest, DescribeTRTCSegmentModerationUsageResponse, DescribePictureResponse, DescribeTrtcRoomUsageRequest, TextToSpeechResponse, CreateCloudModerationRequest, StopStreamIngestRequest, DescribeTrtcMcuTranscodeTimeRequest, StopStreamIngestResponse, DescribeScaleInfoRequest, ControlAIConversationRequest, DismissRoomByStrRoomIdResponse, StopPublishCdnStreamResponse, DescribeUnusualEventResponse, ModifyCloudRecordingResponse, CreateCloudTranscriptionRequest, AsyncTextToSpeechResponse, DescribeCloudSliceTaskRequest, StartMCUMixTranscodeByStrRoomIdRequest, StopPublishCdnStreamRequest, DescribeTRTCMarketQualityDataRequest, DescribeTRTCRealTimeScaleDataResponse, DeleteCloudTranscriptionRequest, UpdatePublishCdnStreamRequest, DescribeTRTCDedicatedCloudAccUsageRequest, VoiceCloneResponse, UpdateStreamIngestRequest, TextToSpeechSSERequest, StopWebRecordResponse, DeletePictureRequest, StopWebRecordRequest, UpdateVoicePrintRequest, StartPublishCdnStreamRequest, UpdateAIConversationRequest, UpdatePublishCdnStreamResponse, RemoveUserByStrRoomIdRequest, TextToSpeechRequest, DescribeStreamIngestRequest, UpdateVoicePrintResponse, DescribeTRTCDedicatedCloudAccUsageResponse, DescribeCloudTranscriptionRequest, StopAITranscriptionResponse, StopMCUMixTranscodeRequest, DescribeCloudModerationRequest, DescribeAITranscriptionResponse, DescribeCloudSliceTaskResponse, CreatePictureResponse, StartAITranscriptionResponse, RemoveUserResponse } from "./trtc_models";
|
|
3
3
|
/**
|
|
4
4
|
* trtc client
|
|
5
5
|
* @class
|
|
@@ -12,15 +12,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
12
12
|
●指定存储参数(ModerationStorageParams)将命中的切片文件指定上传到您希望的云存储,目前支持腾讯云(对象存储COS)以及第三方AWS(S3)和阿里云(OSS)
|
|
13
13
|
*/
|
|
14
14
|
CreateCloudModeration(req: CreateCloudModerationRequest, cb?: (error: string, rep: CreateCloudModerationResponse) => void): Promise<CreateCloudModerationResponse>;
|
|
15
|
-
/**
|
|
16
|
-
* 查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
|
|
17
|
-
-视频卡顿率
|
|
18
|
-
-音频卡顿率
|
|
19
|
-
注意:
|
|
20
|
-
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)。
|
|
21
|
-
2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
|
|
22
|
-
*/
|
|
23
|
-
DescribeTRTCRealTimeQualityData(req: DescribeTRTCRealTimeQualityDataRequest, cb?: (error: string, rep: DescribeTRTCRealTimeQualityDataResponse) => void): Promise<DescribeTRTCRealTimeQualityDataResponse>;
|
|
24
15
|
/**
|
|
25
16
|
* 停止页面录制任务
|
|
26
17
|
*/
|
|
@@ -38,11 +29,6 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
38
29
|
- 默认接口请求频率限制:5次/秒。
|
|
39
30
|
*/
|
|
40
31
|
DescribeTrtcUsage(req: DescribeTrtcUsageRequest, cb?: (error: string, rep: DescribeTrtcUsageResponse) => void): Promise<DescribeTrtcUsageResponse>;
|
|
41
|
-
/**
|
|
42
|
-
* 接口说明:
|
|
43
|
-
启动终端审核功能,完成房间内的音频审核。
|
|
44
|
-
*/
|
|
45
|
-
CreateBasicModeration(req: CreateBasicModerationRequest, cb?: (error: string, rep: CreateBasicModerationResponse) => void): Promise<CreateBasicModerationResponse>;
|
|
46
32
|
/**
|
|
47
33
|
* 查询SdkAppId下的房间列表。默认返回10条通话,一次最多返回100条通话。最大可查询14天内的数据。(同老接口DescribeRoomInformation)
|
|
48
34
|
**注意**:
|
|
@@ -121,9 +107,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
121
107
|
*/
|
|
122
108
|
DescribeTRTCRealTimeScaleData(req: DescribeTRTCRealTimeScaleDataRequest, cb?: (error: string, rep: DescribeTRTCRealTimeScaleDataResponse) => void): Promise<DescribeTRTCRealTimeScaleDataResponse>;
|
|
123
109
|
/**
|
|
124
|
-
*
|
|
110
|
+
* 传入声纹ID,删除之前注册的声纹信息
|
|
125
111
|
*/
|
|
126
|
-
|
|
112
|
+
DeleteVoicePrint(req: DeleteVoicePrintRequest, cb?: (error: string, rep: DeleteVoicePrintResponse) => void): Promise<DeleteVoicePrintResponse>;
|
|
127
113
|
/**
|
|
128
114
|
* 接口说明:启动云端混流,并指定混流画面中各路画面的布局位置。
|
|
129
115
|
|
|
@@ -197,9 +183,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
197
183
|
*/
|
|
198
184
|
RemoveUser(req: RemoveUserRequest, cb?: (error: string, rep: RemoveUserResponse) => void): Promise<RemoveUserResponse>;
|
|
199
185
|
/**
|
|
200
|
-
*
|
|
186
|
+
* 接口说明:结束云端混流
|
|
201
187
|
*/
|
|
202
|
-
|
|
188
|
+
StopMCUMixTranscode(req: StopMCUMixTranscodeRequest, cb?: (error: string, rep: StopMCUMixTranscodeResponse) => void): Promise<StopMCUMixTranscodeResponse>;
|
|
203
189
|
/**
|
|
204
190
|
* 成功开启直播流AI 内容理解任务后,可以使用此接口来查询AI 内容理解任务状态,仅在任务进行时有效,任务退出后查询将会返回错误。
|
|
205
191
|
*/
|
|
@@ -435,9 +421,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
435
421
|
*/
|
|
436
422
|
UpdatePublishCdnStream(req: UpdatePublishCdnStreamRequest, cb?: (error: string, rep: UpdatePublishCdnStreamResponse) => void): Promise<UpdatePublishCdnStreamResponse>;
|
|
437
423
|
/**
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
424
|
+
* 查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
|
|
425
|
+
-视频卡顿率
|
|
426
|
+
-音频卡顿率
|
|
427
|
+
注意:
|
|
428
|
+
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)。
|
|
429
|
+
2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
|
|
430
|
+
*/
|
|
431
|
+
DescribeTRTCRealTimeQualityData(req: DescribeTRTCRealTimeQualityDataRequest, cb?: (error: string, rep: DescribeTRTCRealTimeQualityDataResponse) => void): Promise<DescribeTRTCRealTimeQualityDataResponse>;
|
|
441
432
|
/**
|
|
442
433
|
* 接口说明:
|
|
443
434
|
启动云端切片功能,完成房间内的音视频切片,并上传到指定的云存储。
|
|
@@ -463,6 +454,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
463
454
|
* 成功开启AI 内容理解任务后,可以使用此接口来查询AI 内容理解任务状态和订阅的黑白名单信息。仅在任务进行时有效,任务退出后查询将会返回错误。
|
|
464
455
|
*/
|
|
465
456
|
DescribeCloudModeration(req: DescribeCloudModerationRequest, cb?: (error: string, rep: DescribeCloudModerationResponse) => void): Promise<DescribeCloudModerationResponse>;
|
|
457
|
+
/**
|
|
458
|
+
* 查询AI对话任务状态。
|
|
459
|
+
*/
|
|
460
|
+
DescribeAIConversation(req: DescribeAIConversationRequest, cb?: (error: string, rep: DescribeAIConversationResponse) => void): Promise<DescribeAIConversationResponse>;
|
|
466
461
|
/**
|
|
467
462
|
* 查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
|
|
468
463
|
joinSuccessRate:加入频道成功率。
|
|
@@ -502,8 +497,4 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
502
497
|
* SSE流式文本转语音
|
|
503
498
|
*/
|
|
504
499
|
TextToSpeechSSE(req: TextToSpeechSSERequest, cb?: (error: string, rep: TextToSpeechSSEResponse) => void): Promise<TextToSpeechSSEResponse>;
|
|
505
|
-
/**
|
|
506
|
-
* 接口说明:结束云端混流
|
|
507
|
-
*/
|
|
508
|
-
StopMCUMixTranscode(req: StopMCUMixTranscodeRequest, cb?: (error: string, rep: StopMCUMixTranscodeResponse) => void): Promise<StopMCUMixTranscodeResponse>;
|
|
509
500
|
}
|
|
@@ -36,17 +36,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
36
36
|
async CreateCloudModeration(req, cb) {
|
|
37
37
|
return this.request("CreateCloudModeration", req, cb);
|
|
38
38
|
}
|
|
39
|
-
/**
|
|
40
|
-
* 查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
|
|
41
|
-
-视频卡顿率
|
|
42
|
-
-音频卡顿率
|
|
43
|
-
注意:
|
|
44
|
-
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)。
|
|
45
|
-
2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
|
|
46
|
-
*/
|
|
47
|
-
async DescribeTRTCRealTimeQualityData(req, cb) {
|
|
48
|
-
return this.request("DescribeTRTCRealTimeQualityData", req, cb);
|
|
49
|
-
}
|
|
50
39
|
/**
|
|
51
40
|
* 停止页面录制任务
|
|
52
41
|
*/
|
|
@@ -70,13 +59,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
70
59
|
async DescribeTrtcUsage(req, cb) {
|
|
71
60
|
return this.request("DescribeTrtcUsage", req, cb);
|
|
72
61
|
}
|
|
73
|
-
/**
|
|
74
|
-
* 接口说明:
|
|
75
|
-
启动终端审核功能,完成房间内的音频审核。
|
|
76
|
-
*/
|
|
77
|
-
async CreateBasicModeration(req, cb) {
|
|
78
|
-
return this.request("CreateBasicModeration", req, cb);
|
|
79
|
-
}
|
|
80
62
|
/**
|
|
81
63
|
* 查询SdkAppId下的房间列表。默认返回10条通话,一次最多返回100条通话。最大可查询14天内的数据。(同老接口DescribeRoomInformation)
|
|
82
64
|
**注意**:
|
|
@@ -175,10 +157,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
175
157
|
return this.request("DescribeTRTCRealTimeScaleData", req, cb);
|
|
176
158
|
}
|
|
177
159
|
/**
|
|
178
|
-
*
|
|
160
|
+
* 传入声纹ID,删除之前注册的声纹信息
|
|
179
161
|
*/
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
162
|
+
async DeleteVoicePrint(req, cb) {
|
|
163
|
+
return this.request("DeleteVoicePrint", req, cb);
|
|
182
164
|
}
|
|
183
165
|
/**
|
|
184
166
|
* 接口说明:启动云端混流,并指定混流画面中各路画面的布局位置。
|
|
@@ -275,10 +257,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
275
257
|
return this.request("RemoveUser", req, cb);
|
|
276
258
|
}
|
|
277
259
|
/**
|
|
278
|
-
*
|
|
260
|
+
* 接口说明:结束云端混流
|
|
279
261
|
*/
|
|
280
|
-
async
|
|
281
|
-
return this.request("
|
|
262
|
+
async StopMCUMixTranscode(req, cb) {
|
|
263
|
+
return this.request("StopMCUMixTranscode", req, cb);
|
|
282
264
|
}
|
|
283
265
|
/**
|
|
284
266
|
* 成功开启直播流AI 内容理解任务后,可以使用此接口来查询AI 内容理解任务状态,仅在任务进行时有效,任务退出后查询将会返回错误。
|
|
@@ -589,10 +571,15 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
589
571
|
return this.request("UpdatePublishCdnStream", req, cb);
|
|
590
572
|
}
|
|
591
573
|
/**
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
574
|
+
* 查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
|
|
575
|
+
-视频卡顿率
|
|
576
|
+
-音频卡顿率
|
|
577
|
+
注意:
|
|
578
|
+
1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)。
|
|
579
|
+
2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
|
|
580
|
+
*/
|
|
581
|
+
async DescribeTRTCRealTimeQualityData(req, cb) {
|
|
582
|
+
return this.request("DescribeTRTCRealTimeQualityData", req, cb);
|
|
596
583
|
}
|
|
597
584
|
/**
|
|
598
585
|
* 接口说明:
|
|
@@ -629,6 +616,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
629
616
|
async DescribeCloudModeration(req, cb) {
|
|
630
617
|
return this.request("DescribeCloudModeration", req, cb);
|
|
631
618
|
}
|
|
619
|
+
/**
|
|
620
|
+
* 查询AI对话任务状态。
|
|
621
|
+
*/
|
|
622
|
+
async DescribeAIConversation(req, cb) {
|
|
623
|
+
return this.request("DescribeAIConversation", req, cb);
|
|
624
|
+
}
|
|
632
625
|
/**
|
|
633
626
|
* 查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
|
|
634
627
|
joinSuccessRate:加入频道成功率。
|
|
@@ -682,11 +675,5 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
682
675
|
async TextToSpeechSSE(req, cb) {
|
|
683
676
|
return this.request("TextToSpeechSSE", req, cb);
|
|
684
677
|
}
|
|
685
|
-
/**
|
|
686
|
-
* 接口说明:结束云端混流
|
|
687
|
-
*/
|
|
688
|
-
async StopMCUMixTranscode(req, cb) {
|
|
689
|
-
return this.request("StopMCUMixTranscode", req, cb);
|
|
690
|
-
}
|
|
691
678
|
}
|
|
692
679
|
exports.Client = Client;
|
|
@@ -444,27 +444,6 @@ export interface McuVideoParams {
|
|
|
444
444
|
*/
|
|
445
445
|
BackgroundRenderMode?: number;
|
|
446
446
|
}
|
|
447
|
-
/**
|
|
448
|
-
* 混流自定义裁剪参数
|
|
449
|
-
*/
|
|
450
|
-
export interface McuCustomCrop {
|
|
451
|
-
/**
|
|
452
|
-
* 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。
|
|
453
|
-
*/
|
|
454
|
-
LocationX: number;
|
|
455
|
-
/**
|
|
456
|
-
* 自定义裁剪起始位置的Y偏移,单位为像素值,大于等于0。
|
|
457
|
-
*/
|
|
458
|
-
LocationY: number;
|
|
459
|
-
/**
|
|
460
|
-
* 自定义裁剪画面的宽度,单位为像素值,大于0,且LocationX+Width不超过10000
|
|
461
|
-
*/
|
|
462
|
-
Width: number;
|
|
463
|
-
/**
|
|
464
|
-
* 自定义裁剪画面的高度,单位为像素值,大于0,且LocationY+Height不超过10000
|
|
465
|
-
*/
|
|
466
|
-
Height: number;
|
|
467
|
-
}
|
|
468
447
|
/**
|
|
469
448
|
* DescribeTRTCRealTimeScaleData请求参数结构体
|
|
470
449
|
*/
|
|
@@ -797,47 +776,6 @@ export interface CreateLiveStreamModerationRequest {
|
|
|
797
776
|
*/
|
|
798
777
|
ResourceExpiredHour?: number;
|
|
799
778
|
}
|
|
800
|
-
/**
|
|
801
|
-
* CreateCloudSliceTask请求参数结构体
|
|
802
|
-
*/
|
|
803
|
-
export interface CreateCloudSliceTaskRequest {
|
|
804
|
-
/**
|
|
805
|
-
* TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和TRTC的房间所对应的SdkAppId相同。
|
|
806
|
-
*/
|
|
807
|
-
SdkAppId: number;
|
|
808
|
-
/**
|
|
809
|
-
* TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),为TRTC房间所对应的RoomId。
|
|
810
|
-
*/
|
|
811
|
-
RoomId: string;
|
|
812
|
-
/**
|
|
813
|
-
* 机器人的UserId,用于进房发起切片任务。【*注意】这个UserId不能与当前房间内的主播观众UserId重复。如果一个房间发起多个切片任务时,机器人的userid也不能相互重复,否则会中断前一个切片任务。建议可以把房间ID作为UserId的标识的一部分,即机器人UserId在房间内唯一。
|
|
814
|
-
*/
|
|
815
|
-
UserId: string;
|
|
816
|
-
/**
|
|
817
|
-
* 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算UserSig的方案。
|
|
818
|
-
*/
|
|
819
|
-
UserSig: string;
|
|
820
|
-
/**
|
|
821
|
-
* 云端切片控制参数。
|
|
822
|
-
*/
|
|
823
|
-
SliceParams: SliceParams;
|
|
824
|
-
/**
|
|
825
|
-
* 云端切片文件上传到云存储的参数
|
|
826
|
-
*/
|
|
827
|
-
SliceStorageParams: SliceStorageParams;
|
|
828
|
-
/**
|
|
829
|
-
* TRTC房间号的类型。 【*注意】必须和录制的房间所对应的RoomId类型相同: 0: 字符串类型的RoomId 1: 32位整型的RoomId(默认) 示例值:1
|
|
830
|
-
*/
|
|
831
|
-
RoomIdType?: number;
|
|
832
|
-
/**
|
|
833
|
-
* 接口可以调用的时效性,从成功开启录制并获得任务ID后开始计算,超时后无法调用查询、更新和停止等接口,但是录制任务不会停止。 参数的单位是小时,默认72小时(3天),最大可设置720小时(30天),最小设置6小时。举例说明:如果不设置该参数,那么开始录制成功后,查询、更新和停止录制的调用时效为72个小时。 示例值:24
|
|
834
|
-
*/
|
|
835
|
-
ResourceExpiredHour?: number;
|
|
836
|
-
/**
|
|
837
|
-
* TRTC房间权限加密串,只有在TRTC控制台启用了高级权限控制的时候需要携带,在TRTC控制台如果开启高级权限控制后,TRTC 的后台服务系统会校验一个叫做 [PrivateMapKey] 的“权限票据”,权限票据中包含了一个加密后的 RoomId 和一个加密后的“权限位列表”。由于 PrivateMapKey 中包含 RoomId,所以只提供了 UserSig 没有提供 PrivateMapKey 时,并不能进入指定的房间。 示例值:eJw1jcEKgkAURX9FZlvY****fL9rfNX4_
|
|
838
|
-
*/
|
|
839
|
-
PrivateMapKey?: string;
|
|
840
|
-
}
|
|
841
779
|
/**
|
|
842
780
|
* 混流自定义渲染参数
|
|
843
781
|
*/
|
|
@@ -1114,53 +1052,32 @@ export interface VideoEncode {
|
|
|
1114
1052
|
Gop: number;
|
|
1115
1053
|
}
|
|
1116
1054
|
/**
|
|
1117
|
-
*
|
|
1055
|
+
* DescribeCloudRecording返回参数结构体
|
|
1118
1056
|
*/
|
|
1119
|
-
export interface
|
|
1120
|
-
/**
|
|
1121
|
-
* 混流布局模板ID,0为悬浮模板(默认);1为九宫格模板;2为屏幕分享模板;3为画中画模板;4为自定义模板。
|
|
1122
|
-
*/
|
|
1123
|
-
Template?: number;
|
|
1124
|
-
/**
|
|
1125
|
-
* 屏幕分享模板、悬浮模板、画中画模板中有效,代表大画面对应的用户ID。
|
|
1126
|
-
*/
|
|
1127
|
-
MainVideoUserId?: string;
|
|
1128
|
-
/**
|
|
1129
|
-
* 屏幕分享模板、悬浮模板、画中画模板中有效,代表大画面对应的流类型,0为摄像头,1为屏幕分享。左侧大画面为web用户时此值填0。
|
|
1130
|
-
*/
|
|
1131
|
-
MainVideoStreamType?: number;
|
|
1132
|
-
/**
|
|
1133
|
-
* 画中画模板中有效,代表小画面的布局参数。
|
|
1134
|
-
*/
|
|
1135
|
-
SmallVideoLayoutParams?: SmallVideoLayoutParams;
|
|
1136
|
-
/**
|
|
1137
|
-
* 屏幕分享模板有效。设置为1时代表大画面居右,小画面居左布局。默认为0。
|
|
1138
|
-
*/
|
|
1139
|
-
MainVideoRightAlign?: number;
|
|
1140
|
-
/**
|
|
1141
|
-
* 指定混视频的用户ID列表。设置此参数后,输出流混合此参数中包含用户的音视频,以及其他用户的纯音频。悬浮模板、九宫格、屏幕分享模板有效,最多可设置16个用户。
|
|
1142
|
-
*/
|
|
1143
|
-
MixVideoUids?: Array<string>;
|
|
1057
|
+
export interface DescribeCloudRecordingResponse {
|
|
1144
1058
|
/**
|
|
1145
|
-
*
|
|
1059
|
+
* 录制任务的唯一Id。
|
|
1146
1060
|
*/
|
|
1147
|
-
|
|
1061
|
+
TaskId?: string;
|
|
1148
1062
|
/**
|
|
1149
|
-
*
|
|
1063
|
+
* 云端录制任务的状态信息。
|
|
1064
|
+
Idle:表示当前录制任务空闲中
|
|
1065
|
+
InProgress:表示当前录制任务正在进行中。
|
|
1066
|
+
Exited:表示当前录制任务正在退出的过程中。
|
|
1150
1067
|
*/
|
|
1151
|
-
|
|
1068
|
+
Status?: string;
|
|
1152
1069
|
/**
|
|
1153
|
-
*
|
|
1070
|
+
* 录制文件信息。
|
|
1154
1071
|
*/
|
|
1155
|
-
|
|
1072
|
+
StorageFileList?: Array<StorageFile>;
|
|
1156
1073
|
/**
|
|
1157
|
-
*
|
|
1074
|
+
* 转推录制任务发起时所填,标识一次录制
|
|
1158
1075
|
*/
|
|
1159
|
-
|
|
1076
|
+
RecorderKey?: string;
|
|
1160
1077
|
/**
|
|
1161
|
-
*
|
|
1078
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1162
1079
|
*/
|
|
1163
|
-
|
|
1080
|
+
RequestId?: string;
|
|
1164
1081
|
}
|
|
1165
1082
|
/**
|
|
1166
1083
|
* StopMCUMixTranscodeByStrRoomId返回参数结构体
|
|
@@ -1776,33 +1693,21 @@ export interface CreateCloudRecordingResponse {
|
|
|
1776
1693
|
RequestId?: string;
|
|
1777
1694
|
}
|
|
1778
1695
|
/**
|
|
1779
|
-
*
|
|
1696
|
+
* RemoveUser请求参数结构体
|
|
1780
1697
|
*/
|
|
1781
|
-
export interface
|
|
1698
|
+
export interface RemoveUserRequest {
|
|
1782
1699
|
/**
|
|
1783
1700
|
* TRTC的SDKAppId。
|
|
1784
1701
|
*/
|
|
1785
1702
|
SdkAppId: number;
|
|
1786
1703
|
/**
|
|
1787
|
-
*
|
|
1788
|
-
*/
|
|
1789
|
-
StrRoomId: string;
|
|
1790
|
-
/**
|
|
1791
|
-
* 混流输出控制参数。
|
|
1792
|
-
*/
|
|
1793
|
-
OutputParams: OutputParams;
|
|
1794
|
-
/**
|
|
1795
|
-
* 混流输出编码参数。
|
|
1796
|
-
*/
|
|
1797
|
-
EncodeParams: EncodeParams;
|
|
1798
|
-
/**
|
|
1799
|
-
* 混流输出布局参数。
|
|
1704
|
+
* 房间号。
|
|
1800
1705
|
*/
|
|
1801
|
-
|
|
1706
|
+
RoomId: number;
|
|
1802
1707
|
/**
|
|
1803
|
-
*
|
|
1708
|
+
* 要移出的用户列表,最多10个。
|
|
1804
1709
|
*/
|
|
1805
|
-
|
|
1710
|
+
UserIds: Array<string>;
|
|
1806
1711
|
}
|
|
1807
1712
|
/**
|
|
1808
1713
|
* DescribeWebRecord请求参数结构体
|
|
@@ -1901,31 +1806,6 @@ export interface StorageParams {
|
|
|
1901
1806
|
*/
|
|
1902
1807
|
CloudVod?: CloudVod;
|
|
1903
1808
|
}
|
|
1904
|
-
/**
|
|
1905
|
-
* CreateBasicModeration请求参数结构体
|
|
1906
|
-
*/
|
|
1907
|
-
export interface CreateBasicModerationRequest {
|
|
1908
|
-
/**
|
|
1909
|
-
* TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和TRTC的房间所对应的SdkAppId相同。
|
|
1910
|
-
*/
|
|
1911
|
-
SdkAppId: number;
|
|
1912
|
-
/**
|
|
1913
|
-
* TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),为TRTC房间所对应的RoomId。
|
|
1914
|
-
*/
|
|
1915
|
-
RoomId: string;
|
|
1916
|
-
/**
|
|
1917
|
-
* 目标审核用户id
|
|
1918
|
-
*/
|
|
1919
|
-
UserId: string;
|
|
1920
|
-
/**
|
|
1921
|
-
* TRTC房间号的类型。【*注意】必须和TRTC的房间所对应的RoomId类型相同:0: 字符串类型的RoomId1: 32位整型的RoomId(默认)
|
|
1922
|
-
*/
|
|
1923
|
-
RoomIdType?: number;
|
|
1924
|
-
/**
|
|
1925
|
-
* 音频文件上传到云存储的参数
|
|
1926
|
-
*/
|
|
1927
|
-
AuditStorageParams?: AuditStorageParams;
|
|
1928
|
-
}
|
|
1929
1809
|
/**
|
|
1930
1810
|
* 点播相关参数。
|
|
1931
1811
|
*/
|
|
@@ -2056,13 +1936,25 @@ export interface DescribeTRTCRealTimeQualityDataResponse {
|
|
|
2056
1936
|
RequestId?: string;
|
|
2057
1937
|
}
|
|
2058
1938
|
/**
|
|
2059
|
-
*
|
|
1939
|
+
* 混流自定义裁剪参数
|
|
2060
1940
|
*/
|
|
2061
|
-
export interface
|
|
1941
|
+
export interface McuCustomCrop {
|
|
2062
1942
|
/**
|
|
2063
|
-
*
|
|
1943
|
+
* 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。
|
|
2064
1944
|
*/
|
|
2065
|
-
|
|
1945
|
+
LocationX: number;
|
|
1946
|
+
/**
|
|
1947
|
+
* 自定义裁剪起始位置的Y偏移,单位为像素值,大于等于0。
|
|
1948
|
+
*/
|
|
1949
|
+
LocationY: number;
|
|
1950
|
+
/**
|
|
1951
|
+
* 自定义裁剪画面的宽度,单位为像素值,大于0,且LocationX+Width不超过10000
|
|
1952
|
+
*/
|
|
1953
|
+
Width: number;
|
|
1954
|
+
/**
|
|
1955
|
+
* 自定义裁剪画面的高度,单位为像素值,大于0,且LocationY+Height不超过10000
|
|
1956
|
+
*/
|
|
1957
|
+
Height: number;
|
|
2066
1958
|
}
|
|
2067
1959
|
/**
|
|
2068
1960
|
* DescribeTRTCAIRecognitionUsage返回参数结构体
|
|
@@ -2553,19 +2445,6 @@ export interface DescribeAITranscriptionRequest {
|
|
|
2553
2445
|
*/
|
|
2554
2446
|
SessionId?: string;
|
|
2555
2447
|
}
|
|
2556
|
-
/**
|
|
2557
|
-
* CreateBasicModeration返回参数结构体
|
|
2558
|
-
*/
|
|
2559
|
-
export interface CreateBasicModerationResponse {
|
|
2560
|
-
/**
|
|
2561
|
-
* 审核服务分配的任务ID。任务ID是对一次审核任务生命周期过程的唯一标识,结束任务时会失去意义。任务ID需要业务保存下来,作为下次针对这个任务操作的参数
|
|
2562
|
-
*/
|
|
2563
|
-
TaskId?: string;
|
|
2564
|
-
/**
|
|
2565
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2566
|
-
*/
|
|
2567
|
-
RequestId?: string;
|
|
2568
|
-
}
|
|
2569
2448
|
/**
|
|
2570
2449
|
* 查询旁路转码计费时长。
|
|
2571
2450
|
查询时间小于等于1天时,返回每5分钟粒度的数据;查询时间大于1天时,返回按天汇总的数据。
|
|
@@ -3082,15 +2961,6 @@ export interface StartStreamIngestRequest {
|
|
|
3082
2961
|
*/
|
|
3083
2962
|
IdleTimeout?: number;
|
|
3084
2963
|
}
|
|
3085
|
-
/**
|
|
3086
|
-
* UpdateVoicePrint返回参数结构体
|
|
3087
|
-
*/
|
|
3088
|
-
export interface UpdateVoicePrintResponse {
|
|
3089
|
-
/**
|
|
3090
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3091
|
-
*/
|
|
3092
|
-
RequestId?: string;
|
|
3093
|
-
}
|
|
3094
2964
|
/**
|
|
3095
2965
|
* TextToSpeechSSE返回参数结构体
|
|
3096
2966
|
*/
|
|
@@ -3496,21 +3366,53 @@ export interface AudioEncode {
|
|
|
3496
3366
|
Codec?: number;
|
|
3497
3367
|
}
|
|
3498
3368
|
/**
|
|
3499
|
-
*
|
|
3369
|
+
* MCU混流布局参数
|
|
3500
3370
|
*/
|
|
3501
|
-
export interface
|
|
3371
|
+
export interface LayoutParams {
|
|
3502
3372
|
/**
|
|
3503
|
-
*
|
|
3373
|
+
* 混流布局模板ID,0为悬浮模板(默认);1为九宫格模板;2为屏幕分享模板;3为画中画模板;4为自定义模板。
|
|
3504
3374
|
*/
|
|
3505
|
-
|
|
3375
|
+
Template?: number;
|
|
3506
3376
|
/**
|
|
3507
|
-
*
|
|
3377
|
+
* 屏幕分享模板、悬浮模板、画中画模板中有效,代表大画面对应的用户ID。
|
|
3508
3378
|
*/
|
|
3509
|
-
|
|
3379
|
+
MainVideoUserId?: string;
|
|
3510
3380
|
/**
|
|
3511
|
-
*
|
|
3381
|
+
* 屏幕分享模板、悬浮模板、画中画模板中有效,代表大画面对应的流类型,0为摄像头,1为屏幕分享。左侧大画面为web用户时此值填0。
|
|
3512
3382
|
*/
|
|
3513
|
-
|
|
3383
|
+
MainVideoStreamType?: number;
|
|
3384
|
+
/**
|
|
3385
|
+
* 画中画模板中有效,代表小画面的布局参数。
|
|
3386
|
+
*/
|
|
3387
|
+
SmallVideoLayoutParams?: SmallVideoLayoutParams;
|
|
3388
|
+
/**
|
|
3389
|
+
* 屏幕分享模板有效。设置为1时代表大画面居右,小画面居左布局。默认为0。
|
|
3390
|
+
*/
|
|
3391
|
+
MainVideoRightAlign?: number;
|
|
3392
|
+
/**
|
|
3393
|
+
* 指定混视频的用户ID列表。设置此参数后,输出流混合此参数中包含用户的音视频,以及其他用户的纯音频。悬浮模板、九宫格、屏幕分享模板有效,最多可设置16个用户。
|
|
3394
|
+
*/
|
|
3395
|
+
MixVideoUids?: Array<string>;
|
|
3396
|
+
/**
|
|
3397
|
+
* 自定义模板中有效,指定用户视频在混合画面中的位置。
|
|
3398
|
+
*/
|
|
3399
|
+
PresetLayoutConfig?: Array<PresetLayoutConfig>;
|
|
3400
|
+
/**
|
|
3401
|
+
* 自定义模板中有效,设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行视频时可显示对应的占位图。
|
|
3402
|
+
*/
|
|
3403
|
+
PlaceHolderMode?: number;
|
|
3404
|
+
/**
|
|
3405
|
+
* 悬浮模板、九宫格、屏幕分享模板生效,用于控制纯音频上行是否占用画面布局位置。设置为0是代表后台默认处理方式,悬浮小画面占布局位置,九宫格画面占布局位置、屏幕分享小画面不占布局位置;设置为1时代表纯音频上行占布局位置;设置为2时代表纯音频上行不占布局位置。默认为0。
|
|
3406
|
+
*/
|
|
3407
|
+
PureAudioHoldPlaceMode?: number;
|
|
3408
|
+
/**
|
|
3409
|
+
* 水印参数。
|
|
3410
|
+
*/
|
|
3411
|
+
WaterMarkParams?: WaterMarkParams;
|
|
3412
|
+
/**
|
|
3413
|
+
* 屏幕分享模板、悬浮模板、九宫格模板、画中画模版有效,画面在输出时的显示模式:0为裁剪,1为缩放,2为缩放并显示黑底,不填采用后台的默认渲染方式(屏幕分享大画面为缩放,其他为裁剪)。若此参数不生效,请提交工单寻求帮助。
|
|
3414
|
+
*/
|
|
3415
|
+
RenderMode?: number;
|
|
3514
3416
|
}
|
|
3515
3417
|
/**
|
|
3516
3418
|
* 伴生转录TTS的语音参数配置
|
|
@@ -3697,32 +3599,45 @@ export interface TRTCDataResult {
|
|
|
3697
3599
|
Total?: number;
|
|
3698
3600
|
}
|
|
3699
3601
|
/**
|
|
3700
|
-
*
|
|
3602
|
+
* CreateCloudSliceTask请求参数结构体
|
|
3701
3603
|
*/
|
|
3702
|
-
export interface
|
|
3604
|
+
export interface CreateCloudSliceTaskRequest {
|
|
3703
3605
|
/**
|
|
3704
|
-
*
|
|
3606
|
+
* TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和TRTC的房间所对应的SdkAppId相同。
|
|
3705
3607
|
*/
|
|
3706
|
-
|
|
3608
|
+
SdkAppId: number;
|
|
3707
3609
|
/**
|
|
3708
|
-
*
|
|
3709
|
-
Idle:表示当前录制任务空闲中
|
|
3710
|
-
InProgress:表示当前录制任务正在进行中。
|
|
3711
|
-
Exited:表示当前录制任务正在退出的过程中。
|
|
3610
|
+
* TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),为TRTC房间所对应的RoomId。
|
|
3712
3611
|
*/
|
|
3713
|
-
|
|
3612
|
+
RoomId: string;
|
|
3714
3613
|
/**
|
|
3715
|
-
*
|
|
3614
|
+
* 机器人的UserId,用于进房发起切片任务。【*注意】这个UserId不能与当前房间内的主播观众UserId重复。如果一个房间发起多个切片任务时,机器人的userid也不能相互重复,否则会中断前一个切片任务。建议可以把房间ID作为UserId的标识的一部分,即机器人UserId在房间内唯一。
|
|
3716
3615
|
*/
|
|
3717
|
-
|
|
3616
|
+
UserId: string;
|
|
3718
3617
|
/**
|
|
3719
|
-
*
|
|
3618
|
+
* 机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算UserSig的方案。
|
|
3720
3619
|
*/
|
|
3721
|
-
|
|
3620
|
+
UserSig: string;
|
|
3722
3621
|
/**
|
|
3723
|
-
*
|
|
3622
|
+
* 云端切片控制参数。
|
|
3724
3623
|
*/
|
|
3725
|
-
|
|
3624
|
+
SliceParams: SliceParams;
|
|
3625
|
+
/**
|
|
3626
|
+
* 云端切片文件上传到云存储的参数
|
|
3627
|
+
*/
|
|
3628
|
+
SliceStorageParams: SliceStorageParams;
|
|
3629
|
+
/**
|
|
3630
|
+
* TRTC房间号的类型。 【*注意】必须和录制的房间所对应的RoomId类型相同: 0: 字符串类型的RoomId 1: 32位整型的RoomId(默认) 示例值:1
|
|
3631
|
+
*/
|
|
3632
|
+
RoomIdType?: number;
|
|
3633
|
+
/**
|
|
3634
|
+
* 接口可以调用的时效性,从成功开启录制并获得任务ID后开始计算,超时后无法调用查询、更新和停止等接口,但是录制任务不会停止。 参数的单位是小时,默认72小时(3天),最大可设置720小时(30天),最小设置6小时。举例说明:如果不设置该参数,那么开始录制成功后,查询、更新和停止录制的调用时效为72个小时。 示例值:24
|
|
3635
|
+
*/
|
|
3636
|
+
ResourceExpiredHour?: number;
|
|
3637
|
+
/**
|
|
3638
|
+
* TRTC房间权限加密串,只有在TRTC控制台启用了高级权限控制的时候需要携带,在TRTC控制台如果开启高级权限控制后,TRTC 的后台服务系统会校验一个叫做 [PrivateMapKey] 的“权限票据”,权限票据中包含了一个加密后的 RoomId 和一个加密后的“权限位列表”。由于 PrivateMapKey 中包含 RoomId,所以只提供了 UserSig 没有提供 PrivateMapKey 时,并不能进入指定的房间。 示例值:eJw1jcEKgkAURX9FZlvY****fL9rfNX4_
|
|
3639
|
+
*/
|
|
3640
|
+
PrivateMapKey?: string;
|
|
3726
3641
|
}
|
|
3727
3642
|
/**
|
|
3728
3643
|
* ModifyCloudModeration请求参数结构体
|
|
@@ -3843,19 +3758,6 @@ export interface OutputParams {
|
|
|
3843
3758
|
*/
|
|
3844
3759
|
RecordAudioOnly?: number;
|
|
3845
3760
|
}
|
|
3846
|
-
/**
|
|
3847
|
-
* DeleteBasicModeration请求参数结构体
|
|
3848
|
-
*/
|
|
3849
|
-
export interface DeleteBasicModerationRequest {
|
|
3850
|
-
/**
|
|
3851
|
-
* TRTC的SDKAppId,和TRTC的房间所使用的SDKAppId相同。
|
|
3852
|
-
*/
|
|
3853
|
-
SdkAppId: number;
|
|
3854
|
-
/**
|
|
3855
|
-
* 审核任务的唯一Id,在启动审核任务成功后会返回。
|
|
3856
|
-
*/
|
|
3857
|
-
TaskId: string;
|
|
3858
|
-
}
|
|
3859
3761
|
/**
|
|
3860
3762
|
* DeleteCloudRecording返回参数结构体
|
|
3861
3763
|
*/
|
|
@@ -4304,46 +4206,21 @@ export interface TranscriptionParam {
|
|
|
4304
4206
|
SendCustomMode?: number;
|
|
4305
4207
|
}
|
|
4306
4208
|
/**
|
|
4307
|
-
*
|
|
4209
|
+
* 旁路转码时长的查询结果
|
|
4308
4210
|
*/
|
|
4309
|
-
export interface
|
|
4310
|
-
/**
|
|
4311
|
-
* 腾讯云对象存储COS以及第三方云存储账号信息
|
|
4312
|
-
0:腾讯云对象存储 COS
|
|
4313
|
-
1:AWS
|
|
4314
|
-
【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中
|
|
4315
|
-
示例值:0
|
|
4316
|
-
*/
|
|
4317
|
-
Vendor: number;
|
|
4318
|
-
/**
|
|
4319
|
-
* 腾讯云对象存储的[地域信息](https://cloud.tencent.com/document/product/436/6224#.E5.9C.B0.E5.9F.9F)。
|
|
4320
|
-
示例值:cn-shanghai-1
|
|
4321
|
-
|
|
4322
|
-
AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)
|
|
4323
|
-
示例值:ap-southeast-3
|
|
4324
|
-
*/
|
|
4325
|
-
Region: string;
|
|
4326
|
-
/**
|
|
4327
|
-
* 云存储桶名称。
|
|
4328
|
-
*/
|
|
4329
|
-
Bucket: string;
|
|
4211
|
+
export interface OneSdkAppIdTranscodeTimeUsagesInfo {
|
|
4330
4212
|
/**
|
|
4331
|
-
*
|
|
4332
|
-
若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。
|
|
4333
|
-
示例值:test-accesskey
|
|
4213
|
+
* 旁路转码时长查询结果数组
|
|
4334
4214
|
*/
|
|
4335
|
-
|
|
4215
|
+
SdkAppIdTranscodeTimeUsages?: Array<SdkAppIdTrtcMcuTranscodeTimeUsage>;
|
|
4336
4216
|
/**
|
|
4337
|
-
*
|
|
4338
|
-
若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。
|
|
4339
|
-
示例值:test-secretkey
|
|
4217
|
+
* 查询记录数量
|
|
4340
4218
|
*/
|
|
4341
|
-
|
|
4219
|
+
TotalNum?: number;
|
|
4342
4220
|
/**
|
|
4343
|
-
*
|
|
4344
|
-
示例值:["prefix1", "prefix2"]
|
|
4221
|
+
* 所查询的应用ID,可能值为:1-应用的应用ID,2-total,显示为total则表示查询的是所有应用的用量合计值。
|
|
4345
4222
|
*/
|
|
4346
|
-
|
|
4223
|
+
SdkAppId?: string;
|
|
4347
4224
|
}
|
|
4348
4225
|
/**
|
|
4349
4226
|
* DismissRoomByStrRoomId请求参数结构体
|
|
@@ -4934,6 +4811,35 @@ export interface DescribeCloudSliceTaskRequest {
|
|
|
4934
4811
|
*/
|
|
4935
4812
|
TaskId: string;
|
|
4936
4813
|
}
|
|
4814
|
+
/**
|
|
4815
|
+
* StartMCUMixTranscodeByStrRoomId请求参数结构体
|
|
4816
|
+
*/
|
|
4817
|
+
export interface StartMCUMixTranscodeByStrRoomIdRequest {
|
|
4818
|
+
/**
|
|
4819
|
+
* TRTC的SDKAppId。
|
|
4820
|
+
*/
|
|
4821
|
+
SdkAppId: number;
|
|
4822
|
+
/**
|
|
4823
|
+
* 字符串房间号。
|
|
4824
|
+
*/
|
|
4825
|
+
StrRoomId: string;
|
|
4826
|
+
/**
|
|
4827
|
+
* 混流输出控制参数。
|
|
4828
|
+
*/
|
|
4829
|
+
OutputParams: OutputParams;
|
|
4830
|
+
/**
|
|
4831
|
+
* 混流输出编码参数。
|
|
4832
|
+
*/
|
|
4833
|
+
EncodeParams: EncodeParams;
|
|
4834
|
+
/**
|
|
4835
|
+
* 混流输出布局参数。
|
|
4836
|
+
*/
|
|
4837
|
+
LayoutParams: LayoutParams;
|
|
4838
|
+
/**
|
|
4839
|
+
* 第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推
|
|
4840
|
+
*/
|
|
4841
|
+
PublishCdnParams?: PublishCdnParams;
|
|
4842
|
+
}
|
|
4937
4843
|
/**
|
|
4938
4844
|
* StopPublishCdnStream请求参数结构体
|
|
4939
4845
|
*/
|
|
@@ -5110,15 +5016,6 @@ export interface DescribeTRTCDedicatedCloudAccUsageRequest {
|
|
|
5110
5016
|
*/
|
|
5111
5017
|
SdkAppId?: number;
|
|
5112
5018
|
}
|
|
5113
|
-
/**
|
|
5114
|
-
* 审核存储参数
|
|
5115
|
-
*/
|
|
5116
|
-
export interface AuditStorageParams {
|
|
5117
|
-
/**
|
|
5118
|
-
* 腾讯云对象存储COS以及第三方云存储的账号信息
|
|
5119
|
-
*/
|
|
5120
|
-
CloudAuditStorage?: CloudAuditStorage;
|
|
5121
|
-
}
|
|
5122
5019
|
/**
|
|
5123
5020
|
* VoiceClone返回参数结构体
|
|
5124
5021
|
*/
|
|
@@ -5578,17 +5475,13 @@ export interface RemoveUserByStrRoomIdRequest {
|
|
|
5578
5475
|
UserIds: Array<string>;
|
|
5579
5476
|
}
|
|
5580
5477
|
/**
|
|
5581
|
-
*
|
|
5478
|
+
* 指定动态布局中悬浮布局和屏幕分享布局的大画面信息,只在悬浮布局和屏幕分享布局有效。
|
|
5582
5479
|
*/
|
|
5583
|
-
export interface
|
|
5584
|
-
/**
|
|
5585
|
-
* 审核任务的唯一Id。
|
|
5586
|
-
*/
|
|
5587
|
-
TaskId?: string;
|
|
5480
|
+
export interface MaxVideoUser {
|
|
5588
5481
|
/**
|
|
5589
|
-
*
|
|
5482
|
+
* 用户媒体流参数。
|
|
5590
5483
|
*/
|
|
5591
|
-
|
|
5484
|
+
UserMediaStream: UserMediaStream;
|
|
5592
5485
|
}
|
|
5593
5486
|
/**
|
|
5594
5487
|
* TextToSpeech请求参数结构体
|
|
@@ -5650,21 +5543,13 @@ export interface DescribeStreamIngestRequest {
|
|
|
5650
5543
|
TaskId: string;
|
|
5651
5544
|
}
|
|
5652
5545
|
/**
|
|
5653
|
-
*
|
|
5546
|
+
* UpdateVoicePrint返回参数结构体
|
|
5654
5547
|
*/
|
|
5655
|
-
export interface
|
|
5656
|
-
/**
|
|
5657
|
-
* 旁路转码时长查询结果数组
|
|
5658
|
-
*/
|
|
5659
|
-
SdkAppIdTranscodeTimeUsages?: Array<SdkAppIdTrtcMcuTranscodeTimeUsage>;
|
|
5660
|
-
/**
|
|
5661
|
-
* 查询记录数量
|
|
5662
|
-
*/
|
|
5663
|
-
TotalNum?: number;
|
|
5548
|
+
export interface UpdateVoicePrintResponse {
|
|
5664
5549
|
/**
|
|
5665
|
-
*
|
|
5550
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5666
5551
|
*/
|
|
5667
|
-
|
|
5552
|
+
RequestId?: string;
|
|
5668
5553
|
}
|
|
5669
5554
|
/**
|
|
5670
5555
|
* TTS相关配置
|