tencentcloud-sdk-lcic 3.0.641 → 3.0.642

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: 0026aabb14fb8d7fc6b7382ed6f5bf3b292233b1
4
- data.tar.gz: bc4406b901c4b1b6b0fccb78da9bc6babc81fcf8
3
+ metadata.gz: e41d389e28297560a7f588d8f8187c23329de60b
4
+ data.tar.gz: c8e67cc0c08d9509cbb8998fcade4d100e1f4e9f
5
5
  SHA512:
6
- metadata.gz: fbe0cf3e1605f203af4bc4ec9f0e22de23a05fc7f2ad22728a996b23328038a6917b98093e00713a146db30c69973f14590f5a78c3c81fddfbf43f3f10b7f8a6
7
- data.tar.gz: cea079aae55a33a3ef631b9d600655b75cfaba2a4af8df10b91d1782b196fa6f248a93c961d52d65af10d51e367c3fbf2c366b0aeeb5d8c7f83724205ac67c80
6
+ metadata.gz: d4a1551ea040508dc152961de960df05e279b46ad057f08b8b78462058b00727ce4230f8e2207c9e3ef442b972a80b163048b79c1cc62979a3da230ee46ef77c
7
+ data.tar.gz: 7fa24ec9174c73fac20a2388066dbfd8b899aab0b1a0fa58be1e2859253bda7df93a34789f4f7497b33184acd2e5fc39f78a7335b2b66de02b1c28e42a379efe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.641
1
+ 3.0.642
@@ -3255,10 +3255,12 @@ module TencentCloud
3255
3255
  # @type IsGradingRequiredPostClass: Integer
3256
3256
  # @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
3257
3257
  # @type RoomType: Integer
3258
+ # @param RecordLayout: 录制模板。仅可修改还未开始的房间。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
3259
+ # @type RecordLayout: Integer
3258
3260
 
3259
- attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType
3261
+ attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RecordLayout
3260
3262
 
3261
- def initialize(roomid=nil, sdkappid=nil, starttime=nil, endtime=nil, teacherid=nil, name=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil)
3263
+ def initialize(roomid=nil, sdkappid=nil, starttime=nil, endtime=nil, teacherid=nil, name=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, recordlayout=nil)
3262
3264
  @RoomId = roomid
3263
3265
  @SdkAppId = sdkappid
3264
3266
  @StartTime = starttime
@@ -3278,6 +3280,7 @@ module TencentCloud
3278
3280
  @VideoOrientation = videoorientation
3279
3281
  @IsGradingRequiredPostClass = isgradingrequiredpostclass
3280
3282
  @RoomType = roomtype
3283
+ @RecordLayout = recordlayout
3281
3284
  end
3282
3285
 
3283
3286
  def deserialize(params)
@@ -3300,6 +3303,7 @@ module TencentCloud
3300
3303
  @VideoOrientation = params['VideoOrientation']
3301
3304
  @IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
3302
3305
  @RoomType = params['RoomType']
3306
+ @RecordLayout = params['RecordLayout']
3303
3307
  end
3304
3308
  end
3305
3309
 
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.641
4
+ version: 3.0.642
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-08-22 00:00:00.000000000 Z
11
+ date: 2023-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-lcic.rb
37
- - lib/v20220817/models.rb
38
37
  - lib/v20220817/client.rb
38
+ - lib/v20220817/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: