tencentcloud-sdk-nodejs-lcic 4.1.17 → 4.1.19

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-lcic",
3
- "version": "4.1.17",
3
+ "version": "4.1.19",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -23,6 +23,7 @@ export interface CreateRoomRequest {
23
23
  1 标清
24
24
  2 高清
25
25
  3 全高清
26
+ 注意:连麦人数(MaxMicNumber)>6时,仅可使用标清
26
27
  */
27
28
  Resolution: number;
28
29
  /**
@@ -142,6 +143,10 @@ export interface CreateRoomRequest {
142
143
  * 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
143
144
  */
144
145
  WhiteBoardSnapshotMode?: number;
146
+ /**
147
+ * 字幕转写功能开关:0关闭,1开启,默认关闭
148
+ */
149
+ SubtitlesTranscription?: number;
145
150
  }
146
151
  /**
147
152
  * DescribeQuestionList请求参数结构体
@@ -3347,6 +3352,11 @@ export interface SendRoomNormalMessageRequest {
3347
3352
  * 昵称,当FromAccount没有在房间中,需要填写NickName,当FromAccount在房间中,填写NickName无意义
3348
3353
  */
3349
3354
  NickName?: string;
3355
+ /**
3356
+ * 消息的优先级,默认优先级 Normal。
3357
+ 可以指定3种优先级,从高到低依次为 High、Normal 和 Low,区分大小写。
3358
+ */
3359
+ Priority?: string;
3350
3360
  }
3351
3361
  /**
3352
3362
  * DescribeRecordTask请求参数结构体