tencentcloud-sdk-lcic 3.0.667 → 3.0.668

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94bd3efb68bcc783042b13898b6ad87aea0e2d32
4
- data.tar.gz: 89dd27bb736fd592626d2fd8622cee0282b1e265
3
+ metadata.gz: 1a82e76e096f7f8f94527d76c9c693ad9c80468b
4
+ data.tar.gz: 1e58359264099b01423cd7f6cb4ea7c22ed0fe91
5
5
  SHA512:
6
- metadata.gz: f24359ae30aed2363de558c5b2e87f366dc7c24d34e41b203f907c882812f83887c0e2b630c04001876414a728e77c6bd738d477b2c915930ee4ad81912da0db
7
- data.tar.gz: 36f6ee359db81a6981a75883eafe9d03732b19a9ff96a3b0e33b29f3c3466df85c30023f8ba7f5dc40b9ff47bcafe00018b587b294237e7cf4e7803aadc535ed
6
+ metadata.gz: 036291ad1fe49258f27f9a418b4a982f77b456f38bbf4a4d4725ac963d4295c5141007384a2af4758af38623dfc7dda3d04fdfffc5a485827aec0ad3b5f16ad4
7
+ data.tar.gz: b6aac3cde058149e4cd68f80c9dac2bac933c94b961f65aa662318038e54b78d02486af29fb21fced062ec8e39da0c97f0808b4baecc421caac11110048d32e2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.667
1
+ 3.0.668
@@ -823,7 +823,7 @@ module TencentCloud
823
823
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
824
824
  end
825
825
 
826
- # 获取房间信息
826
+ # 获取房间配置信息
827
827
 
828
828
  # @param request: Request instance for DescribeRoom.
829
829
  # @type request: :class:`Tencentcloud::lcic::V20220817::DescribeRoomRequest`
@@ -794,7 +794,7 @@ module TencentCloud
794
794
  # 2 高清
795
795
  # 3 全高清
796
796
  # @type Resolution: Integer
797
- # @param MaxMicNumber: 最大连麦人数(不包括老师)。取值范围[0, 16]
797
+ # @param MaxMicNumber: 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。取值范围[0,16],当取值为0时表示当前课堂/直播,不支持连麦互动。
798
798
  # @type MaxMicNumber: Integer
799
799
  # @param SubType: 房间子类型,可以有以下取值:
800
800
  # videodoc 文档+视频
@@ -1985,7 +1985,7 @@ module TencentCloud
1985
1985
  # @type InteractionMode: Integer
1986
1986
  # @param VideoOrientation: 横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型
1987
1987
  # @type VideoOrientation: Integer
1988
- # @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
1988
+ # @param IsGradingRequiredPostClass: 该房间是否开启了课后评分功能。0:未开启 1:开启
1989
1989
  # @type IsGradingRequiredPostClass: Integer
1990
1990
  # @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
1991
1991
  # @type RoomType: Integer
@@ -3242,8 +3242,8 @@ module TencentCloud
3242
3242
  # 3 全高清
3243
3243
  # 直播开始后不允许修改。
3244
3244
  # @type Resolution: Integer
3245
- # @param MaxMicNumber: 最大连麦人数(不包括老师)。取值范围[0, 17)
3246
- # 直播开始后不允许修改。
3245
+ # @param MaxMicNumber: 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。
3246
+ # 取值范围[0,16],当取值为0时表示当前课堂/直播,不支持连麦互动。
3247
3247
  # @type MaxMicNumber: Integer
3248
3248
  # @param AutoMic: 进入房间时是否自动连麦。可以有以下取值:
3249
3249
  # 0 不自动连麦(默认值)
@@ -3279,7 +3279,7 @@ module TencentCloud
3279
3279
  # @type VideoOrientation: Integer
3280
3280
  # @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
3281
3281
  # @type IsGradingRequiredPostClass: Integer
3282
- # @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
3282
+ # @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数、暂未开放)
3283
3283
  # @type RoomType: Integer
3284
3284
  # @param RecordLayout: 录制模板。仅可修改还未开始的房间。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
3285
3285
  # @type RecordLayout: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lcic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.667
4
+ version: 3.0.668
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-26 00:00:00.000000000 Z
11
+ date: 2023-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-lcic.rb
36
37
  - lib/v20220817/models.rb
37
38
  - lib/v20220817/client.rb
38
- - lib/tencentcloud-sdk-lcic.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: