tencentcloud-sdk-nodejs-trtc 4.1.100 → 4.1.104
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
|
@@ -56,7 +56,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
56
56
|
*/
|
|
57
57
|
DescribeRoomInfo(req: DescribeRoomInfoRequest, cb?: (error: string, rep: DescribeRoomInfoResponse) => void): Promise<DescribeRoomInfoResponse>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 云监控monitor接口已下线,trtc同步下线接口
|
|
60
|
+
|
|
61
|
+
查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
|
|
60
62
|
joinSuccessRate:加入频道成功率。
|
|
61
63
|
joinSuccessIn5sRate:5s内加入频道成功率。
|
|
62
64
|
audioFreezeRate:音频卡顿率。
|
|
@@ -96,7 +98,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
96
98
|
*/
|
|
97
99
|
DescribeStreamIngest(req: DescribeStreamIngestRequest, cb?: (error: string, rep: DescribeStreamIngestResponse) => void): Promise<DescribeStreamIngestResponse>;
|
|
98
100
|
/**
|
|
99
|
-
*
|
|
101
|
+
* 云监控monitor接口已下线,trtc同步下线接口
|
|
102
|
+
|
|
103
|
+
查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)
|
|
100
104
|
userCount:通话人数,
|
|
101
105
|
roomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。
|
|
102
106
|
peakCurrentChannels:峰值同时在线频道数。
|
|
@@ -167,7 +171,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
167
171
|
*/
|
|
168
172
|
DeletePicture(req: DeletePictureRequest, cb?: (error: string, rep: DeletePictureResponse) => void): Promise<DeletePictureResponse>;
|
|
169
173
|
/**
|
|
170
|
-
*
|
|
174
|
+
* 云监控monitor接口已下线,trtc同步下线接口
|
|
175
|
+
|
|
176
|
+
查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
|
|
171
177
|
-视频卡顿率
|
|
172
178
|
-音频卡顿率
|
|
173
179
|
注意:
|
|
@@ -92,7 +92,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
92
92
|
return this.request("DescribeRoomInfo", req, cb);
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* 云监控monitor接口已下线,trtc同步下线接口
|
|
96
|
+
|
|
97
|
+
查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
|
|
96
98
|
joinSuccessRate:加入频道成功率。
|
|
97
99
|
joinSuccessIn5sRate:5s内加入频道成功率。
|
|
98
100
|
audioFreezeRate:音频卡顿率。
|
|
@@ -142,7 +144,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
142
144
|
return this.request("DescribeStreamIngest", req, cb);
|
|
143
145
|
}
|
|
144
146
|
/**
|
|
145
|
-
*
|
|
147
|
+
* 云监控monitor接口已下线,trtc同步下线接口
|
|
148
|
+
|
|
149
|
+
查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)
|
|
146
150
|
userCount:通话人数,
|
|
147
151
|
roomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。
|
|
148
152
|
peakCurrentChannels:峰值同时在线频道数。
|
|
@@ -231,7 +235,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
231
235
|
return this.request("DeletePicture", req, cb);
|
|
232
236
|
}
|
|
233
237
|
/**
|
|
234
|
-
*
|
|
238
|
+
* 云监控monitor接口已下线,trtc同步下线接口
|
|
239
|
+
|
|
240
|
+
查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
|
|
235
241
|
-视频卡顿率
|
|
236
242
|
-音频卡顿率
|
|
237
243
|
注意:
|
|
@@ -119,6 +119,11 @@ export interface AgentConfig {
|
|
|
119
119
|
- 1表示句子级别的实时显示,会和音频播放进行同步,只有当前句子对应的音频播放完后,下一条字幕才会下发。此时字幕增量下发,端上需要把前后的字幕进行拼接才是完整字幕。
|
|
120
120
|
*/
|
|
121
121
|
SubtitleMode?: number;
|
|
122
|
+
/**
|
|
123
|
+
* 打断词列表,在AI说话期间,只有说出列表中的打断词才会打断AI说话。
|
|
124
|
+
注意:打断词不会触发AI回复。
|
|
125
|
+
*/
|
|
126
|
+
InterruptWordList?: Array<string>;
|
|
122
127
|
}
|
|
123
128
|
/**
|
|
124
129
|
* CreatePicture请求参数结构体
|