tencentcloud-sdk-nodejs-trtc 4.0.384 → 4.0.387
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 +560 -0
- package/SERVICE_CHANGELOG.md +670 -332
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/services/trtc/v20190722/trtc_client.ts +211 -134
- package/src/services/trtc/v20190722/trtc_models.ts +577 -199
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +81 -52
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +112 -71
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +511 -185
|
@@ -36,59 +36,138 @@ export interface DescribeAbnormalEventResponse {
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* SdkAppId级别录制时长数据。
|
|
40
40
|
*/
|
|
41
|
-
export interface
|
|
41
|
+
export interface SdkAppIdRecordUsage {
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* SdkAppId的值。
|
|
44
44
|
*/
|
|
45
45
|
SdkAppId: string
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* 统计的时间点数据。
|
|
49
49
|
*/
|
|
50
|
-
|
|
50
|
+
Usages: Array<RecordUsage>
|
|
51
|
+
}
|
|
51
52
|
|
|
53
|
+
/**
|
|
54
|
+
* MCU混流输出流编码参数
|
|
55
|
+
*/
|
|
56
|
+
export interface EncodeParams {
|
|
52
57
|
/**
|
|
53
|
-
*
|
|
58
|
+
* 混流-输出流音频采样率。取值为[48000, 44100, 32000, 24000, 16000, 8000],单位是Hz。
|
|
54
59
|
*/
|
|
55
|
-
|
|
60
|
+
AudioSampleRate: number
|
|
56
61
|
|
|
57
62
|
/**
|
|
58
|
-
*
|
|
63
|
+
* 混流-输出流音频码率。取值范围[8,500],单位为kbps。
|
|
59
64
|
*/
|
|
60
|
-
|
|
65
|
+
AudioBitrate: number
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* 混流-输出流音频声道数,取值范围[1,2],1表示混流输出音频为单声道,2表示混流输出音频为双声道。
|
|
69
|
+
*/
|
|
70
|
+
AudioChannels: number
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* 混流-输出流宽,音视频输出时必填。取值范围[0,1920],单位为像素值。
|
|
74
|
+
*/
|
|
75
|
+
VideoWidth?: number
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* 混流-输出流高,音视频输出时必填。取值范围[0,1080],单位为像素值。
|
|
79
|
+
*/
|
|
80
|
+
VideoHeight?: number
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* 混流-输出流码率,音视频输出时必填。取值范围[1,10000],单位为kbps。
|
|
84
|
+
*/
|
|
85
|
+
VideoBitrate?: number
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* 混流-输出流帧率,音视频输出时必填。取值范围[1,60],表示混流的输出帧率可选范围为1到60fps。
|
|
89
|
+
*/
|
|
90
|
+
VideoFramerate?: number
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* 混流-输出流gop,音视频输出时必填。取值范围[1,5],单位为秒。
|
|
94
|
+
*/
|
|
95
|
+
VideoGop?: number
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* 混流-输出流背景色,取值是十进制整数。常用的颜色有:
|
|
99
|
+
红色:0xff0000,对应的十进制整数是16724736。
|
|
100
|
+
黄色:0xffff00。对应的十进制整数是16776960。
|
|
101
|
+
绿色:0x33cc00。对应的十进制整数是3394560。
|
|
102
|
+
蓝色:0x0066ff。对应的十进制整数是26367。
|
|
103
|
+
黑色:0x000000。对应的十进制整数是0。
|
|
104
|
+
白色:0xFFFFFF。对应的十进制整数是16777215。
|
|
105
|
+
灰色:0x999999。对应的十进制整数是10066329。
|
|
106
|
+
*/
|
|
107
|
+
BackgroundColor?: number
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* 混流-输出流背景图片,取值为实时音视频控制台上传的图片ID。
|
|
111
|
+
*/
|
|
112
|
+
BackgroundImageId?: number
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* 混流-输出流音频编码类型,取值范围[0,1, 2],0为LC-AAC,1为HE-AAC,2为HE-AACv2。默认值为0。当音频编码设置为HE-AACv2时,只支持输出流音频声道数为双声道。HE-AAC和HE-AACv2支持的输出流音频采样率范围为[48000, 44100, 32000, 24000, 16000]
|
|
116
|
+
*/
|
|
117
|
+
AudioCodec?: number
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* 混流-输出流背景图片URL地址,支持png、jpg、jpeg、bmp格式,暂不支持透明通道。URL链接长度限制为512字节。BackgroundImageUrl和BackgroundImageId参数都填时,以BackgroundImageUrl为准。图片大小限制不超过2MB。
|
|
121
|
+
*/
|
|
122
|
+
BackgroundImageUrl?: string
|
|
61
123
|
}
|
|
62
124
|
|
|
63
125
|
/**
|
|
64
|
-
*
|
|
65
|
-
查询时间小于等于1天时,返回每5分钟粒度的数据;查询时间大于1天时,返回按天汇总的数据。
|
|
126
|
+
* DescribeAbnormalEvent请求参数结构体
|
|
66
127
|
*/
|
|
67
|
-
export interface
|
|
128
|
+
export interface DescribeAbnormalEventRequest {
|
|
68
129
|
/**
|
|
69
|
-
*
|
|
130
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
70
131
|
*/
|
|
71
|
-
|
|
132
|
+
SdkAppId: string
|
|
72
133
|
|
|
73
134
|
/**
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
135
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
136
|
+
注意:支持查询14天内的数据
|
|
137
|
+
*/
|
|
138
|
+
StartTime: number
|
|
77
139
|
|
|
78
140
|
/**
|
|
79
|
-
*
|
|
141
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)注意:与StartTime间隔时间不超过1小时。
|
|
80
142
|
*/
|
|
81
|
-
|
|
143
|
+
EndTime: number
|
|
82
144
|
|
|
83
145
|
/**
|
|
84
|
-
*
|
|
146
|
+
* 房间号,查询房间内任意20条以内异常体验事件
|
|
85
147
|
*/
|
|
86
|
-
|
|
148
|
+
RoomId?: string
|
|
149
|
+
}
|
|
87
150
|
|
|
151
|
+
/**
|
|
152
|
+
* DescribeScaleInfo请求参数结构体
|
|
153
|
+
*/
|
|
154
|
+
export interface DescribeScaleInfoRequest {
|
|
88
155
|
/**
|
|
89
|
-
*
|
|
156
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
90
157
|
*/
|
|
91
|
-
|
|
158
|
+
SdkAppId: number
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
162
|
+
注意:支持查询14天内的数据。
|
|
163
|
+
*/
|
|
164
|
+
StartTime: number
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877),建议与StartTime间隔时间超过24小时。
|
|
168
|
+
注意:按天统计,结束时间小于前一天,否则查询数据为空(如:需查询20号数据,结束时间需小于20号0点)。
|
|
169
|
+
*/
|
|
170
|
+
EndTime: number
|
|
92
171
|
}
|
|
93
172
|
|
|
94
173
|
/**
|
|
@@ -192,18 +271,24 @@ export interface LayoutParams {
|
|
|
192
271
|
}
|
|
193
272
|
|
|
194
273
|
/**
|
|
195
|
-
*
|
|
274
|
+
* DescribeScaleInfo返回参数结构体
|
|
196
275
|
*/
|
|
197
|
-
export interface
|
|
276
|
+
export interface DescribeScaleInfoResponse {
|
|
198
277
|
/**
|
|
199
|
-
*
|
|
278
|
+
* 返回的数据条数
|
|
200
279
|
*/
|
|
201
|
-
|
|
280
|
+
Total: number
|
|
202
281
|
|
|
203
282
|
/**
|
|
204
|
-
|
|
283
|
+
* 返回的数据
|
|
284
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
285
|
+
*/
|
|
286
|
+
ScaleList: Array<ScaleInfomation>
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
205
290
|
*/
|
|
206
|
-
|
|
291
|
+
RequestId?: string
|
|
207
292
|
}
|
|
208
293
|
|
|
209
294
|
/**
|
|
@@ -268,13 +353,34 @@ export interface DescribeTrtcMcuTranscodeTimeRequest {
|
|
|
268
353
|
}
|
|
269
354
|
|
|
270
355
|
/**
|
|
271
|
-
*
|
|
356
|
+
* 查询旁路转码计费时长。
|
|
357
|
+
查询时间小于等于1天时,返回每5分钟粒度的数据;查询时间大于1天时,返回按天汇总的数据。
|
|
272
358
|
*/
|
|
273
|
-
export interface
|
|
359
|
+
export interface SdkAppIdTrtcMcuTranscodeTimeUsage {
|
|
274
360
|
/**
|
|
275
|
-
*
|
|
361
|
+
* 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。
|
|
276
362
|
*/
|
|
277
|
-
|
|
363
|
+
TimeKey: string
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* 语音时长,单位:秒。
|
|
367
|
+
*/
|
|
368
|
+
AudioTime: number
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* 视频时长-标清SD,单位:秒。
|
|
372
|
+
*/
|
|
373
|
+
VideoTimeSd: number
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* 视频时长-高清HD,单位:秒。
|
|
377
|
+
*/
|
|
378
|
+
VideoTimeHd: number
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* 视频时长-全高清FHD,单位:秒。
|
|
382
|
+
*/
|
|
383
|
+
VideoTimeFhd: number
|
|
278
384
|
}
|
|
279
385
|
|
|
280
386
|
/**
|
|
@@ -367,38 +473,43 @@ export interface DescribeRecordStatisticRequest {
|
|
|
367
473
|
*/
|
|
368
474
|
export interface DescribeUserInformationRequest {
|
|
369
475
|
/**
|
|
370
|
-
* 通话 ID(唯一标识一次通话):
|
|
476
|
+
* 通话 ID(唯一标识一次通话): SdkAppId_RoomId(房间号)_ CreateTime(房间创建时间,unix时间戳,单位为s)例:1400xxxxxx_218695_1590065777。通过 DescribeRoomInfo(查询历史房间列表)接口获取([查询历史房间列表](https://cloud.tencent.com/document/product/647/44050))。
|
|
371
477
|
*/
|
|
372
478
|
CommId: string
|
|
373
479
|
|
|
374
480
|
/**
|
|
375
|
-
|
|
376
|
-
|
|
481
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
482
|
+
注意:支持查询14天内的数据
|
|
483
|
+
*/
|
|
377
484
|
StartTime: number
|
|
378
485
|
|
|
379
486
|
/**
|
|
380
|
-
|
|
381
|
-
|
|
487
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
|
|
488
|
+
注意:与StartTime间隔时间不超过4小时。
|
|
489
|
+
*/
|
|
382
490
|
EndTime: number
|
|
383
491
|
|
|
384
492
|
/**
|
|
385
|
-
* 用户
|
|
493
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
386
494
|
*/
|
|
387
495
|
SdkAppId: string
|
|
388
496
|
|
|
389
497
|
/**
|
|
390
|
-
|
|
391
|
-
|
|
498
|
+
* 需查询的用户数组,不填默认返回6个用户
|
|
499
|
+
范围:[1,100]。
|
|
500
|
+
*/
|
|
392
501
|
UserIds?: Array<string>
|
|
393
502
|
|
|
394
503
|
/**
|
|
395
|
-
|
|
396
|
-
|
|
504
|
+
* 当前页数,默认为0,
|
|
505
|
+
注意:PageNumber和PageSize 其中一个不填均默认返回6条数据。
|
|
506
|
+
*/
|
|
397
507
|
PageNumber?: string
|
|
398
508
|
|
|
399
509
|
/**
|
|
400
|
-
|
|
401
|
-
|
|
510
|
+
* 每页个数,默认为6,
|
|
511
|
+
范围:[1,100]。
|
|
512
|
+
*/
|
|
402
513
|
PageSize?: string
|
|
403
514
|
}
|
|
404
515
|
|
|
@@ -407,27 +518,29 @@ export interface DescribeUserInformationRequest {
|
|
|
407
518
|
*/
|
|
408
519
|
export interface DescribeCallDetailRequest {
|
|
409
520
|
/**
|
|
410
|
-
* 通话 ID(唯一标识一次通话):
|
|
521
|
+
* 通话 ID(唯一标识一次通话): SdkAppId_RoomId(房间号)_ CreateTime(房间创建时间,unix时间戳,单位为s)例:1400xxxxxx_218695_1590065777。通过 DescribeRoomInfo(查询历史房间列表)接口获取([查询历史房间列表](https://cloud.tencent.com/document/product/647/44050))。
|
|
411
522
|
*/
|
|
412
523
|
CommId: string
|
|
413
524
|
|
|
414
525
|
/**
|
|
415
|
-
|
|
416
|
-
|
|
526
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777),
|
|
527
|
+
注意:支持查询14天内的数据。
|
|
528
|
+
*/
|
|
417
529
|
StartTime: number
|
|
418
530
|
|
|
419
531
|
/**
|
|
420
|
-
|
|
421
|
-
|
|
532
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
|
|
533
|
+
注意:DataType 不为null ,与StartTime间隔时间不超过1小时;DataType 为null,与StartTime间隔时间不超过4小时。
|
|
534
|
+
*/
|
|
422
535
|
EndTime: number
|
|
423
536
|
|
|
424
537
|
/**
|
|
425
|
-
* 用户
|
|
538
|
+
* 用户SdkAppId(如:1400xxxxxx)。
|
|
426
539
|
*/
|
|
427
540
|
SdkAppId: string
|
|
428
541
|
|
|
429
542
|
/**
|
|
430
|
-
*
|
|
543
|
+
* 需查询的用户数组,默认不填返回6个用户。
|
|
431
544
|
*/
|
|
432
545
|
UserIds?: Array<string>
|
|
433
546
|
|
|
@@ -450,13 +563,17 @@ bigvHeight:上/下行分辨率高
|
|
|
450
563
|
DataType?: Array<string>
|
|
451
564
|
|
|
452
565
|
/**
|
|
453
|
-
|
|
454
|
-
|
|
566
|
+
* 当前页数,默认为0,
|
|
567
|
+
注意:PageNumber和PageSize 其中一个不填均默认返回6条数据。
|
|
568
|
+
*/
|
|
455
569
|
PageNumber?: string
|
|
456
570
|
|
|
457
571
|
/**
|
|
458
|
-
|
|
459
|
-
|
|
572
|
+
* 每页个数,默认为6,
|
|
573
|
+
范围:[1,100]
|
|
574
|
+
注意:DataType不为null,UserIds长度不能超过6,PageSize最大值不超过6;
|
|
575
|
+
DataType 为null,UserIds长度不超过100,PageSize最大不超过100。
|
|
576
|
+
*/
|
|
460
577
|
PageSize?: string
|
|
461
578
|
}
|
|
462
579
|
|
|
@@ -530,75 +647,18 @@ export interface SdkAppIdNewTrtcTimeUsage {
|
|
|
530
647
|
}
|
|
531
648
|
|
|
532
649
|
/**
|
|
533
|
-
*
|
|
650
|
+
* DescribeTrtcMcuTranscodeTime返回参数结构体
|
|
534
651
|
*/
|
|
535
|
-
export interface
|
|
536
|
-
/**
|
|
537
|
-
* 混流-输出流音频采样率。取值为[48000, 44100, 32000, 24000, 16000, 8000],单位是Hz。
|
|
538
|
-
*/
|
|
539
|
-
AudioSampleRate: number
|
|
540
|
-
|
|
541
|
-
/**
|
|
542
|
-
* 混流-输出流音频码率。取值范围[8,500],单位为kbps。
|
|
543
|
-
*/
|
|
544
|
-
AudioBitrate: number
|
|
545
|
-
|
|
546
|
-
/**
|
|
547
|
-
* 混流-输出流音频声道数,取值范围[1,2],1表示混流输出音频为单声道,2表示混流输出音频为双声道。
|
|
548
|
-
*/
|
|
549
|
-
AudioChannels: number
|
|
550
|
-
|
|
551
|
-
/**
|
|
552
|
-
* 混流-输出流宽,音视频输出时必填。取值范围[0,1920],单位为像素值。
|
|
553
|
-
*/
|
|
554
|
-
VideoWidth?: number
|
|
555
|
-
|
|
556
|
-
/**
|
|
557
|
-
* 混流-输出流高,音视频输出时必填。取值范围[0,1080],单位为像素值。
|
|
558
|
-
*/
|
|
559
|
-
VideoHeight?: number
|
|
560
|
-
|
|
561
|
-
/**
|
|
562
|
-
* 混流-输出流码率,音视频输出时必填。取值范围[1,10000],单位为kbps。
|
|
563
|
-
*/
|
|
564
|
-
VideoBitrate?: number
|
|
565
|
-
|
|
566
|
-
/**
|
|
567
|
-
* 混流-输出流帧率,音视频输出时必填。取值范围[1,60],表示混流的输出帧率可选范围为1到60fps。
|
|
568
|
-
*/
|
|
569
|
-
VideoFramerate?: number
|
|
570
|
-
|
|
571
|
-
/**
|
|
572
|
-
* 混流-输出流gop,音视频输出时必填。取值范围[1,5],单位为秒。
|
|
573
|
-
*/
|
|
574
|
-
VideoGop?: number
|
|
575
|
-
|
|
576
|
-
/**
|
|
577
|
-
* 混流-输出流背景色,取值是十进制整数。常用的颜色有:
|
|
578
|
-
红色:0xff0000,对应的十进制整数是16724736。
|
|
579
|
-
黄色:0xffff00。对应的十进制整数是16776960。
|
|
580
|
-
绿色:0x33cc00。对应的十进制整数是3394560。
|
|
581
|
-
蓝色:0x0066ff。对应的十进制整数是26367。
|
|
582
|
-
黑色:0x000000。对应的十进制整数是0。
|
|
583
|
-
白色:0xFFFFFF。对应的十进制整数是16777215。
|
|
584
|
-
灰色:0x999999。对应的十进制整数是10066329。
|
|
585
|
-
*/
|
|
586
|
-
BackgroundColor?: number
|
|
587
|
-
|
|
588
|
-
/**
|
|
589
|
-
* 混流-输出流背景图片,取值为实时音视频控制台上传的图片ID。
|
|
590
|
-
*/
|
|
591
|
-
BackgroundImageId?: number
|
|
592
|
-
|
|
652
|
+
export interface DescribeTrtcMcuTranscodeTimeResponse {
|
|
593
653
|
/**
|
|
594
|
-
*
|
|
654
|
+
* 应用的用量信息数组。
|
|
595
655
|
*/
|
|
596
|
-
|
|
656
|
+
Usages: Array<OneSdkAppIdTranscodeTimeUsagesInfo>
|
|
597
657
|
|
|
598
658
|
/**
|
|
599
|
-
*
|
|
659
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
600
660
|
*/
|
|
601
|
-
|
|
661
|
+
RequestId?: string
|
|
602
662
|
}
|
|
603
663
|
|
|
604
664
|
/**
|
|
@@ -662,48 +722,67 @@ export interface StopMCUMixTranscodeRequest {
|
|
|
662
722
|
}
|
|
663
723
|
|
|
664
724
|
/**
|
|
665
|
-
*
|
|
725
|
+
* DescribeCallDetailInfo返回参数结构体
|
|
666
726
|
*/
|
|
667
|
-
export interface
|
|
727
|
+
export interface DescribeCallDetailInfoResponse {
|
|
668
728
|
/**
|
|
669
|
-
*
|
|
729
|
+
* 返回的用户总条数
|
|
670
730
|
*/
|
|
671
|
-
|
|
731
|
+
Total: number
|
|
672
732
|
|
|
673
733
|
/**
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
734
|
+
* 用户信息列表
|
|
735
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
736
|
+
*/
|
|
737
|
+
UserList: Array<UserInformation>
|
|
677
738
|
|
|
678
739
|
/**
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
740
|
+
* 质量数据
|
|
741
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
742
|
+
*/
|
|
743
|
+
Data: Array<QualityData>
|
|
682
744
|
|
|
683
745
|
/**
|
|
684
|
-
*
|
|
746
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
685
747
|
*/
|
|
686
|
-
|
|
748
|
+
RequestId?: string
|
|
749
|
+
}
|
|
687
750
|
|
|
751
|
+
/**
|
|
752
|
+
* DescribeUserEvent请求参数结构体
|
|
753
|
+
*/
|
|
754
|
+
export interface DescribeUserEventRequest {
|
|
688
755
|
/**
|
|
689
|
-
*
|
|
756
|
+
* 通话 ID(唯一标识一次通话): SdkAppId_RoomId(房间号)_ CreateTime(房间创建时间,unix时间戳,单位为s)例:1400xxxxxx_218695_1590065777。通过 DescribeRoomInfo(查询历史房间列表)接口获取([查询历史房间列表](https://cloud.tencent.com/document/product/647/44050))。
|
|
690
757
|
*/
|
|
691
|
-
|
|
758
|
+
CommId: string
|
|
692
759
|
|
|
693
760
|
/**
|
|
694
|
-
|
|
761
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
762
|
+
注意:支持查询14天内的数据
|
|
763
|
+
*/
|
|
764
|
+
StartTime: number
|
|
765
|
+
|
|
766
|
+
/**
|
|
767
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
|
|
768
|
+
注意:查询时间大于房间结束时间,以房间结束时间为准。
|
|
769
|
+
*/
|
|
770
|
+
EndTime: number
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
* 用户UserId
|
|
695
774
|
*/
|
|
696
|
-
|
|
775
|
+
UserId: string
|
|
697
776
|
|
|
698
777
|
/**
|
|
699
|
-
*
|
|
778
|
+
* 房间号(如:223)
|
|
700
779
|
*/
|
|
701
|
-
|
|
780
|
+
RoomId: string
|
|
702
781
|
|
|
703
782
|
/**
|
|
704
|
-
*
|
|
783
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
705
784
|
*/
|
|
706
|
-
|
|
785
|
+
SdkAppId: number
|
|
707
786
|
}
|
|
708
787
|
|
|
709
788
|
/**
|
|
@@ -711,18 +790,20 @@ export interface UserInformation {
|
|
|
711
790
|
*/
|
|
712
791
|
export interface DescribeHistoryScaleRequest {
|
|
713
792
|
/**
|
|
714
|
-
* 用户
|
|
793
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
715
794
|
*/
|
|
716
795
|
SdkAppId: string
|
|
717
796
|
|
|
718
797
|
/**
|
|
719
|
-
|
|
720
|
-
|
|
798
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
799
|
+
注意:支持查询14天内的数据。
|
|
800
|
+
*/
|
|
721
801
|
StartTime: number
|
|
722
802
|
|
|
723
803
|
/**
|
|
724
|
-
|
|
725
|
-
|
|
804
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877),建议与StartTime间隔时间超过24小时。
|
|
805
|
+
注意:按天统计,结束时间小于前一天,否则查询数据为空(如:需查询20号数据,结束时间需小于20号0点)。
|
|
806
|
+
*/
|
|
726
807
|
EndTime: number
|
|
727
808
|
}
|
|
728
809
|
|
|
@@ -867,28 +948,42 @@ export interface RemoveUserRequest {
|
|
|
867
948
|
}
|
|
868
949
|
|
|
869
950
|
/**
|
|
870
|
-
*
|
|
951
|
+
* DescribeRoomInfo请求参数结构体
|
|
871
952
|
*/
|
|
872
|
-
export interface
|
|
953
|
+
export interface DescribeRoomInfoRequest {
|
|
873
954
|
/**
|
|
874
|
-
*
|
|
955
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
875
956
|
*/
|
|
876
|
-
|
|
957
|
+
SdkAppId: number
|
|
877
958
|
|
|
878
959
|
/**
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
960
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
961
|
+
注意:支持查询14天内的数据
|
|
962
|
+
*/
|
|
963
|
+
StartTime: number
|
|
882
964
|
|
|
883
965
|
/**
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
966
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
|
|
967
|
+
注意:与StartTime间隔时间不超过24小时。
|
|
968
|
+
*/
|
|
969
|
+
EndTime: number
|
|
887
970
|
|
|
888
971
|
/**
|
|
889
|
-
*
|
|
972
|
+
* 房间号(如:223)
|
|
890
973
|
*/
|
|
891
|
-
|
|
974
|
+
RoomId?: string
|
|
975
|
+
|
|
976
|
+
/**
|
|
977
|
+
* 当前页数,默认为0,
|
|
978
|
+
注意:PageNumber和PageSize 其中一个不填均默认返回10条数据。
|
|
979
|
+
*/
|
|
980
|
+
PageNumber?: number
|
|
981
|
+
|
|
982
|
+
/**
|
|
983
|
+
* 每页个数,默认为10,
|
|
984
|
+
范围:[1,100]
|
|
985
|
+
*/
|
|
986
|
+
PageSize?: number
|
|
892
987
|
}
|
|
893
988
|
|
|
894
989
|
/**
|
|
@@ -946,6 +1041,21 @@ export interface ModifyPictureRequest {
|
|
|
946
1041
|
YPosition?: number
|
|
947
1042
|
}
|
|
948
1043
|
|
|
1044
|
+
/**
|
|
1045
|
+
* 返回的质量数据,时间:值
|
|
1046
|
+
*/
|
|
1047
|
+
export interface TimeValue {
|
|
1048
|
+
/**
|
|
1049
|
+
* 时间,unix时间戳(1590065877s)
|
|
1050
|
+
*/
|
|
1051
|
+
Time: number
|
|
1052
|
+
|
|
1053
|
+
/**
|
|
1054
|
+
* 当前时间返回参数取值,如(bigvCapFps在1590065877取值为0,则Value:0 )
|
|
1055
|
+
*/
|
|
1056
|
+
Value: number
|
|
1057
|
+
}
|
|
1058
|
+
|
|
949
1059
|
/**
|
|
950
1060
|
* StopMCUMixTranscodeByStrRoomId请求参数结构体
|
|
951
1061
|
*/
|
|
@@ -953,12 +1063,37 @@ export interface StopMCUMixTranscodeByStrRoomIdRequest {
|
|
|
953
1063
|
/**
|
|
954
1064
|
* TRTC的SDKAppId。
|
|
955
1065
|
*/
|
|
956
|
-
SdkAppId: number
|
|
1066
|
+
SdkAppId: number
|
|
1067
|
+
|
|
1068
|
+
/**
|
|
1069
|
+
* 字符串房间号。
|
|
1070
|
+
*/
|
|
1071
|
+
StrRoomId: string
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
/**
|
|
1075
|
+
* MCU混流的输出参数
|
|
1076
|
+
*/
|
|
1077
|
+
export interface OutputParams {
|
|
1078
|
+
/**
|
|
1079
|
+
* 直播流 ID,由用户自定义设置,该流 ID 不能与用户旁路的流 ID 相同。
|
|
1080
|
+
*/
|
|
1081
|
+
StreamId: string
|
|
1082
|
+
|
|
1083
|
+
/**
|
|
1084
|
+
* 取值范围[0,1], 填0:直播流为音视频(默认); 填1:直播流为纯音频
|
|
1085
|
+
*/
|
|
1086
|
+
PureAudioStream?: number
|
|
1087
|
+
|
|
1088
|
+
/**
|
|
1089
|
+
* 自定义录制文件名称前缀。请先在实时音视频控制台开通录制功能,https://cloud.tencent.com/document/product/647/50768
|
|
1090
|
+
*/
|
|
1091
|
+
RecordId?: string
|
|
957
1092
|
|
|
958
1093
|
/**
|
|
959
|
-
*
|
|
1094
|
+
* 取值范围[0,1],填0无实际含义; 填1:指定录制文件格式为mp3。此参数不建议使用,建议在实时音视频控制台配置纯音频录制模板。
|
|
960
1095
|
*/
|
|
961
|
-
|
|
1096
|
+
RecordAudioOnly?: number
|
|
962
1097
|
}
|
|
963
1098
|
|
|
964
1099
|
/**
|
|
@@ -1038,6 +1173,26 @@ export interface EventList {
|
|
|
1038
1173
|
PeerId: string
|
|
1039
1174
|
}
|
|
1040
1175
|
|
|
1176
|
+
/**
|
|
1177
|
+
* DescribeRoomInfo返回参数结构体
|
|
1178
|
+
*/
|
|
1179
|
+
export interface DescribeRoomInfoResponse {
|
|
1180
|
+
/**
|
|
1181
|
+
* 返回当页数据总数
|
|
1182
|
+
*/
|
|
1183
|
+
Total: number
|
|
1184
|
+
|
|
1185
|
+
/**
|
|
1186
|
+
* 房间信息列表
|
|
1187
|
+
*/
|
|
1188
|
+
RoomList: Array<RoomState>
|
|
1189
|
+
|
|
1190
|
+
/**
|
|
1191
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1192
|
+
*/
|
|
1193
|
+
RequestId?: string
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1041
1196
|
/**
|
|
1042
1197
|
* DismissRoom请求参数结构体
|
|
1043
1198
|
*/
|
|
@@ -1083,6 +1238,51 @@ export interface DismissRoomByStrRoomIdRequest {
|
|
|
1083
1238
|
RoomId: string
|
|
1084
1239
|
}
|
|
1085
1240
|
|
|
1241
|
+
/**
|
|
1242
|
+
* 用户信息,包括用户进房时间,退房时间等
|
|
1243
|
+
*/
|
|
1244
|
+
export interface UserInformation {
|
|
1245
|
+
/**
|
|
1246
|
+
* 房间号
|
|
1247
|
+
*/
|
|
1248
|
+
RoomStr: string
|
|
1249
|
+
|
|
1250
|
+
/**
|
|
1251
|
+
* 用户Id
|
|
1252
|
+
*/
|
|
1253
|
+
UserId: string
|
|
1254
|
+
|
|
1255
|
+
/**
|
|
1256
|
+
* 用户进房时间
|
|
1257
|
+
*/
|
|
1258
|
+
JoinTs: number
|
|
1259
|
+
|
|
1260
|
+
/**
|
|
1261
|
+
* 用户退房时间,用户没有退房则返回当前时间
|
|
1262
|
+
*/
|
|
1263
|
+
LeaveTs: number
|
|
1264
|
+
|
|
1265
|
+
/**
|
|
1266
|
+
* 终端类型
|
|
1267
|
+
*/
|
|
1268
|
+
DeviceType: string
|
|
1269
|
+
|
|
1270
|
+
/**
|
|
1271
|
+
* Sdk版本号
|
|
1272
|
+
*/
|
|
1273
|
+
SdkVersion: string
|
|
1274
|
+
|
|
1275
|
+
/**
|
|
1276
|
+
* 客户端IP地址
|
|
1277
|
+
*/
|
|
1278
|
+
ClientIp: string
|
|
1279
|
+
|
|
1280
|
+
/**
|
|
1281
|
+
* 判断用户是否已经离开房间
|
|
1282
|
+
*/
|
|
1283
|
+
Finished: boolean
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1086
1286
|
/**
|
|
1087
1287
|
* DescribeExternalTrtcMeasure返回参数结构体
|
|
1088
1288
|
*/
|
|
@@ -1109,38 +1309,82 @@ export interface DescribeExternalTrtcMeasureResponse {
|
|
|
1109
1309
|
}
|
|
1110
1310
|
|
|
1111
1311
|
/**
|
|
1112
|
-
*
|
|
1312
|
+
* DescribeUserEvent返回参数结构体
|
|
1113
1313
|
*/
|
|
1114
|
-
export interface
|
|
1115
|
-
/**
|
|
1116
|
-
* 旁路转码时长查询结果数组
|
|
1117
|
-
*/
|
|
1118
|
-
SdkAppIdTranscodeTimeUsages: Array<SdkAppIdTrtcMcuTranscodeTimeUsage>
|
|
1119
|
-
|
|
1314
|
+
export interface DescribeUserEventResponse {
|
|
1120
1315
|
/**
|
|
1121
|
-
*
|
|
1316
|
+
* 返回的事件列表,若没有数据,会返回空数组。
|
|
1122
1317
|
*/
|
|
1123
|
-
|
|
1318
|
+
Data: Array<EventList>
|
|
1124
1319
|
|
|
1125
1320
|
/**
|
|
1126
|
-
*
|
|
1321
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1127
1322
|
*/
|
|
1128
|
-
|
|
1323
|
+
RequestId?: string
|
|
1129
1324
|
}
|
|
1130
1325
|
|
|
1131
1326
|
/**
|
|
1132
|
-
*
|
|
1327
|
+
* DescribeCallDetailInfo请求参数结构体
|
|
1133
1328
|
*/
|
|
1134
|
-
export interface
|
|
1329
|
+
export interface DescribeCallDetailInfoRequest {
|
|
1135
1330
|
/**
|
|
1136
|
-
*
|
|
1331
|
+
* 通话 ID(唯一标识一次通话): SdkAppId_RoomId(房间号)_ CreateTime(房间创建时间,unix时间戳,单位为s)例:1400xxxxxx_218695_1590065777。通过 DescribeRoomInfo(查询历史房间列表)接口获取([查询历史房间列表](https://cloud.tencent.com/document/product/647/44050))。
|
|
1137
1332
|
*/
|
|
1138
|
-
|
|
1333
|
+
CommId: string
|
|
1139
1334
|
|
|
1140
1335
|
/**
|
|
1141
|
-
|
|
1336
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777),
|
|
1337
|
+
注意:支持查询14天内的数据。
|
|
1338
|
+
*/
|
|
1339
|
+
StartTime: number
|
|
1340
|
+
|
|
1341
|
+
/**
|
|
1342
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
|
|
1343
|
+
注意:DataType 不为null ,与StartTime间隔时间不超过1小时;DataType 为null,与StartTime间隔时间不超过4小时。
|
|
1344
|
+
*/
|
|
1345
|
+
EndTime: number
|
|
1346
|
+
|
|
1347
|
+
/**
|
|
1348
|
+
* 用户SdkAppId(如:1400xxxxxx)。
|
|
1142
1349
|
*/
|
|
1143
|
-
|
|
1350
|
+
SdkAppId: number
|
|
1351
|
+
|
|
1352
|
+
/**
|
|
1353
|
+
* 需查询的用户数组,默认不填返回6个用户。
|
|
1354
|
+
*/
|
|
1355
|
+
UserIds?: Array<string>
|
|
1356
|
+
|
|
1357
|
+
/**
|
|
1358
|
+
* 需查询的指标,不填则只返回用户列表,填all则返回所有指标。
|
|
1359
|
+
appCpu:APP CPU使用率;
|
|
1360
|
+
sysCpu:系统 CPU使用率;
|
|
1361
|
+
aBit:上/下行音频码率;单位:bps
|
|
1362
|
+
aBlock:音频卡顿时长;单位:ms
|
|
1363
|
+
bigvBit:上/下行视频码率;单位:bps
|
|
1364
|
+
bigvCapFps:视频采集帧率;
|
|
1365
|
+
bigvEncFps:视频发送帧率;
|
|
1366
|
+
bigvDecFps:渲染帧率;
|
|
1367
|
+
bigvBlock:视频卡顿时长;单位:ms
|
|
1368
|
+
aLoss:上/下行音频丢包率;
|
|
1369
|
+
bigvLoss:上/下行视频丢包率;
|
|
1370
|
+
bigvWidth:上/下行分辨率宽;
|
|
1371
|
+
bigvHeight:上/下行分辨率高
|
|
1372
|
+
*/
|
|
1373
|
+
DataType?: Array<string>
|
|
1374
|
+
|
|
1375
|
+
/**
|
|
1376
|
+
* 当前页数,默认为0,
|
|
1377
|
+
注意:PageNumber和PageSize 其中一个不填均默认返回6条数据。
|
|
1378
|
+
*/
|
|
1379
|
+
PageNumber?: number
|
|
1380
|
+
|
|
1381
|
+
/**
|
|
1382
|
+
* 每页个数,默认为6,
|
|
1383
|
+
范围:[1,100]
|
|
1384
|
+
注意:DataType不为null,UserIds长度不能超过6,PageSize最大值不超过6;
|
|
1385
|
+
DataType 为null,UserIds长度不超过100,PageSize最大不超过100。
|
|
1386
|
+
*/
|
|
1387
|
+
PageSize?: number
|
|
1144
1388
|
}
|
|
1145
1389
|
|
|
1146
1390
|
/**
|
|
@@ -1169,18 +1413,50 @@ export interface DescribePictureRequest {
|
|
|
1169
1413
|
}
|
|
1170
1414
|
|
|
1171
1415
|
/**
|
|
1172
|
-
*
|
|
1416
|
+
* DescribeUnusualEvent请求参数结构体
|
|
1173
1417
|
*/
|
|
1174
|
-
export interface
|
|
1418
|
+
export interface DescribeUnusualEventRequest {
|
|
1175
1419
|
/**
|
|
1176
|
-
* SdkAppId
|
|
1420
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
1177
1421
|
*/
|
|
1178
|
-
SdkAppId:
|
|
1422
|
+
SdkAppId: number
|
|
1179
1423
|
|
|
1180
1424
|
/**
|
|
1181
|
-
|
|
1425
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
1426
|
+
注意:支持查询14天内的数据
|
|
1427
|
+
*/
|
|
1428
|
+
StartTime: number
|
|
1429
|
+
|
|
1430
|
+
/**
|
|
1431
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)注意:与StartTime间隔时间不超过1小时。
|
|
1182
1432
|
*/
|
|
1183
|
-
|
|
1433
|
+
EndTime: number
|
|
1434
|
+
|
|
1435
|
+
/**
|
|
1436
|
+
* 房间号,查询房间内任意20条以内异常体验事件
|
|
1437
|
+
*/
|
|
1438
|
+
RoomId?: string
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
/**
|
|
1442
|
+
* DescribeUserInfo返回参数结构体
|
|
1443
|
+
*/
|
|
1444
|
+
export interface DescribeUserInfoResponse {
|
|
1445
|
+
/**
|
|
1446
|
+
* 返回的用户总条数
|
|
1447
|
+
*/
|
|
1448
|
+
Total: number
|
|
1449
|
+
|
|
1450
|
+
/**
|
|
1451
|
+
* 用户信息列表
|
|
1452
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1453
|
+
*/
|
|
1454
|
+
UserList: Array<UserInformation>
|
|
1455
|
+
|
|
1456
|
+
/**
|
|
1457
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1458
|
+
*/
|
|
1459
|
+
RequestId?: string
|
|
1184
1460
|
}
|
|
1185
1461
|
|
|
1186
1462
|
/**
|
|
@@ -1283,6 +1559,16 @@ export interface PresetLayoutConfig {
|
|
|
1283
1559
|
PlaceImageId?: number
|
|
1284
1560
|
}
|
|
1285
1561
|
|
|
1562
|
+
/**
|
|
1563
|
+
* StopMCUMixTranscode返回参数结构体
|
|
1564
|
+
*/
|
|
1565
|
+
export interface StopMCUMixTranscodeResponse {
|
|
1566
|
+
/**
|
|
1567
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1568
|
+
*/
|
|
1569
|
+
RequestId?: string
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1286
1572
|
/**
|
|
1287
1573
|
* DescribeCallDetail返回参数结构体
|
|
1288
1574
|
*/
|
|
@@ -1310,6 +1596,26 @@ export interface DescribeCallDetailResponse {
|
|
|
1310
1596
|
RequestId?: string
|
|
1311
1597
|
}
|
|
1312
1598
|
|
|
1599
|
+
/**
|
|
1600
|
+
* 旁路转码时长的查询结果
|
|
1601
|
+
*/
|
|
1602
|
+
export interface OneSdkAppIdTranscodeTimeUsagesInfo {
|
|
1603
|
+
/**
|
|
1604
|
+
* 旁路转码时长查询结果数组
|
|
1605
|
+
*/
|
|
1606
|
+
SdkAppIdTranscodeTimeUsages: Array<SdkAppIdTrtcMcuTranscodeTimeUsage>
|
|
1607
|
+
|
|
1608
|
+
/**
|
|
1609
|
+
* 查询记录数量
|
|
1610
|
+
*/
|
|
1611
|
+
TotalNum: number
|
|
1612
|
+
|
|
1613
|
+
/**
|
|
1614
|
+
* 所查询的应用ID,可能值为:1-应用的应用ID,2-total,显示为total则表示查询的是所有应用的用量合计值。
|
|
1615
|
+
*/
|
|
1616
|
+
SdkAppId: string
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1313
1619
|
/**
|
|
1314
1620
|
* DescribePicture返回参数结构体
|
|
1315
1621
|
*/
|
|
@@ -1350,62 +1656,113 @@ export interface PublishCdnParams {
|
|
|
1350
1656
|
*/
|
|
1351
1657
|
export interface DescribeRoomInformationRequest {
|
|
1352
1658
|
/**
|
|
1353
|
-
* 用户
|
|
1659
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
1354
1660
|
*/
|
|
1355
1661
|
SdkAppId: string
|
|
1356
1662
|
|
|
1357
1663
|
/**
|
|
1358
|
-
|
|
1359
|
-
|
|
1664
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
1665
|
+
注意:支持查询14天内的数据
|
|
1666
|
+
*/
|
|
1360
1667
|
StartTime: number
|
|
1361
1668
|
|
|
1362
1669
|
/**
|
|
1363
|
-
|
|
1364
|
-
|
|
1670
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
|
|
1671
|
+
注意:与StartTime间隔时间不超过24小时。
|
|
1672
|
+
*/
|
|
1365
1673
|
EndTime: number
|
|
1366
1674
|
|
|
1367
1675
|
/**
|
|
1368
|
-
*
|
|
1676
|
+
* 房间号(如:223)
|
|
1369
1677
|
*/
|
|
1370
1678
|
RoomId?: string
|
|
1371
1679
|
|
|
1372
1680
|
/**
|
|
1373
|
-
|
|
1374
|
-
|
|
1681
|
+
* 当前页数,默认为0,
|
|
1682
|
+
注意:PageNumber和PageSize 其中一个不填均默认返回10条数据。
|
|
1683
|
+
*/
|
|
1375
1684
|
PageNumber?: string
|
|
1376
1685
|
|
|
1377
1686
|
/**
|
|
1378
|
-
|
|
1379
|
-
|
|
1687
|
+
* 每页个数,默认为10,
|
|
1688
|
+
范围:[1,100]
|
|
1689
|
+
*/
|
|
1380
1690
|
PageSize?: string
|
|
1381
1691
|
}
|
|
1382
1692
|
|
|
1693
|
+
/**
|
|
1694
|
+
* DescribeUserInfo请求参数结构体
|
|
1695
|
+
*/
|
|
1696
|
+
export interface DescribeUserInfoRequest {
|
|
1697
|
+
/**
|
|
1698
|
+
* 通话 ID(唯一标识一次通话): SdkAppId_RoomId(房间号)_ CreateTime(房间创建时间,unix时间戳,单位为s)例:1400xxxxxx_218695_1590065777。通过 DescribeRoomInfo(查询历史房间列表)接口获取([查询历史房间列表](https://cloud.tencent.com/document/product/647/44050))。
|
|
1699
|
+
*/
|
|
1700
|
+
CommId: string
|
|
1701
|
+
|
|
1702
|
+
/**
|
|
1703
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
1704
|
+
注意:支持查询14天内的数据
|
|
1705
|
+
*/
|
|
1706
|
+
StartTime: number
|
|
1707
|
+
|
|
1708
|
+
/**
|
|
1709
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
|
|
1710
|
+
注意:与StartTime间隔时间不超过4小时。
|
|
1711
|
+
*/
|
|
1712
|
+
EndTime: number
|
|
1713
|
+
|
|
1714
|
+
/**
|
|
1715
|
+
* 用户SdkAppId(如:1400xxxxxx)
|
|
1716
|
+
*/
|
|
1717
|
+
SdkAppId: number
|
|
1718
|
+
|
|
1719
|
+
/**
|
|
1720
|
+
* 需查询的用户数组,不填默认返回6个用户
|
|
1721
|
+
范围:[1,100]。
|
|
1722
|
+
*/
|
|
1723
|
+
UserIds?: Array<string>
|
|
1724
|
+
|
|
1725
|
+
/**
|
|
1726
|
+
* 当前页数,默认为0,
|
|
1727
|
+
注意:PageNumber和PageSize 其中一个不填均默认返回6条数据。
|
|
1728
|
+
*/
|
|
1729
|
+
PageNumber?: number
|
|
1730
|
+
|
|
1731
|
+
/**
|
|
1732
|
+
* 每页个数,默认为6,
|
|
1733
|
+
范围:[1,100]。
|
|
1734
|
+
*/
|
|
1735
|
+
PageSize?: number
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1383
1738
|
/**
|
|
1384
1739
|
* DescribeDetailEvent请求参数结构体
|
|
1385
1740
|
*/
|
|
1386
1741
|
export interface DescribeDetailEventRequest {
|
|
1387
1742
|
/**
|
|
1388
|
-
* 通话 ID(唯一标识一次通话):
|
|
1743
|
+
* 通话 ID(唯一标识一次通话): SdkAppId_RoomId(房间号)_ CreateTime(房间创建时间,unix时间戳,单位为s)例:1400xxxxxx_218695_1590065777。通过 DescribeRoomInfo(查询历史房间列表)接口获取([查询历史房间列表](https://cloud.tencent.com/document/product/647/44050))。
|
|
1389
1744
|
*/
|
|
1390
1745
|
CommId: string
|
|
1391
1746
|
|
|
1392
1747
|
/**
|
|
1393
|
-
|
|
1394
|
-
|
|
1748
|
+
* 查询开始时间,本地unix时间戳,单位为秒(如:1590065777)
|
|
1749
|
+
注意:支持查询14天内的数据
|
|
1750
|
+
*/
|
|
1395
1751
|
StartTime: number
|
|
1396
1752
|
|
|
1397
1753
|
/**
|
|
1398
|
-
|
|
1399
|
-
|
|
1754
|
+
* 查询结束时间,本地unix时间戳,单位为秒(如:1590065877)
|
|
1755
|
+
注意:查询时间大于房间结束时间,以房间结束时间为准。
|
|
1756
|
+
*/
|
|
1400
1757
|
EndTime: number
|
|
1401
1758
|
|
|
1402
1759
|
/**
|
|
1403
|
-
* 用户
|
|
1760
|
+
* 用户UserId
|
|
1404
1761
|
*/
|
|
1405
1762
|
UserId: string
|
|
1406
1763
|
|
|
1407
1764
|
/**
|
|
1408
|
-
*
|
|
1765
|
+
* 房间号(如:223)
|
|
1409
1766
|
*/
|
|
1410
1767
|
RoomId: string
|
|
1411
1768
|
}
|
|
@@ -1581,6 +1938,27 @@ export interface DescribeHistoryScaleResponse {
|
|
|
1581
1938
|
RequestId?: string
|
|
1582
1939
|
}
|
|
1583
1940
|
|
|
1941
|
+
/**
|
|
1942
|
+
* DescribeUnusualEvent返回参数结构体
|
|
1943
|
+
*/
|
|
1944
|
+
export interface DescribeUnusualEventResponse {
|
|
1945
|
+
/**
|
|
1946
|
+
* 返回的数据总条数
|
|
1947
|
+
范围:[0,20]
|
|
1948
|
+
*/
|
|
1949
|
+
Total: number
|
|
1950
|
+
|
|
1951
|
+
/**
|
|
1952
|
+
* 异常体验列表
|
|
1953
|
+
*/
|
|
1954
|
+
AbnormalExperienceList: Array<AbnormalExperience>
|
|
1955
|
+
|
|
1956
|
+
/**
|
|
1957
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1958
|
+
*/
|
|
1959
|
+
RequestId?: string
|
|
1960
|
+
}
|
|
1961
|
+
|
|
1584
1962
|
/**
|
|
1585
1963
|
* StartMCUMixTranscodeByStrRoomId返回参数结构体
|
|
1586
1964
|
*/
|