tencentcloud-sdk-nodejs-lcic 4.1.130 → 4.1.136

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.130",
3
+ "version": "4.1.136",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -156,6 +156,8 @@ export interface CreateRoomRequest {
156
156
  * 字幕转写功能开关。可以有以下取值:
157
157
  0 不开启字幕转写功能(默认值)
158
158
  1 自动转写模式:上课自动开启,下课自动停止
159
+ 2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写
160
+ 设置0和1时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关
159
161
  */
160
162
  SubtitlesTranscription?: number;
161
163
  /**
@@ -2332,7 +2334,11 @@ export interface DescribeRoomResponse {
2332
2334
  */
2333
2335
  WhiteBoardSnapshotMode?: number;
2334
2336
  /**
2335
- * 字幕转写功能开关:0关闭,1开启,默认关闭
2337
+ * 字幕转写功能开关。可以有以下取值:
2338
+ 0 不开启字幕转写功能(默认值)
2339
+ 1 自动转写模式:上课自动开启,下课自动停止
2340
+ 2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写
2341
+ 设置0和1时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关
2336
2342
  */
2337
2343
  SubtitlesTranscription?: number;
2338
2344
  /**
@@ -3002,6 +3008,8 @@ export interface RoomInfo {
3002
3008
  * 字幕转写功能开关。可以有以下取值:
3003
3009
  0 不开启字幕转写功能(默认值)
3004
3010
  1 自动转写模式:上课自动开启,下课自动停止
3011
+ 2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写
3012
+ 设置0和1时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关
3005
3013
  */
3006
3014
  SubtitlesTranscription?: number;
3007
3015
  /**
@@ -3855,6 +3863,8 @@ export interface ModifyRoomRequest {
3855
3863
  * 字幕转写功能开关。可以有以下取值:
3856
3864
  0 不开启字幕转写功能(默认值)
3857
3865
  1 自动转写模式:上课自动开启,下课自动停止
3866
+ 2 手动转写模式:支持老师或者助教通过客户端API手动开启/关闭字幕转写
3867
+ 设置0和1时客户端均不展示手动开关,设置2时老师或者助教端展示字幕转写开关
3858
3868
  */
3859
3869
  SubtitlesTranscription?: number;
3860
3870
  /**