tencentcloud-sdk-lcic 3.0.667 → 3.0.669

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94bd3efb68bcc783042b13898b6ad87aea0e2d32
4
- data.tar.gz: 89dd27bb736fd592626d2fd8622cee0282b1e265
3
+ metadata.gz: aa5b9b58d13f52a65704ad024c248b64cef84e88
4
+ data.tar.gz: 5e700c6a38a309bb86b9f53e8a784d3847c4bb5f
5
5
  SHA512:
6
- metadata.gz: f24359ae30aed2363de558c5b2e87f366dc7c24d34e41b203f907c882812f83887c0e2b630c04001876414a728e77c6bd738d477b2c915930ee4ad81912da0db
7
- data.tar.gz: 36f6ee359db81a6981a75883eafe9d03732b19a9ff96a3b0e33b29f3c3466df85c30023f8ba7f5dc40b9ff47bcafe00018b587b294237e7cf4e7803aadc535ed
6
+ metadata.gz: 4ea5d565f299b396a34c42f471a053cb3a5b0df36b22b010e269caff867afcbfb8cc9334585f58e745ed407b66695ae372240ec114b5efb9dd26063844f1d851
7
+ data.tar.gz: 7207d515290e1837dff97a87c96eba099e128b005cf530ffb1d426b044926120a3be47ca9ca32377bb76bfe2b48422b13a6f1ffb142566f26820e4bdc38dced2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.667
1
+ 3.0.669
@@ -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.669
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: