tencentcloud-sdk-lcic 3.0.641 → 3.0.643
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +6 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b3090412736dfb3009bbf130488c6266c0f61526
|
4
|
+
data.tar.gz: b24816932eea8558f980a3816cfb258b246aae1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 492c8de2262a39a7bdbc266a03c85347fcf9e62569f05eec89f09c0b8f625ecc7a2921d92323ba012de3b9edfa331792c56099225a53f612aaeeceb4afec68f0
|
7
|
+
data.tar.gz: e2c47cc5fda505ce3e2d467740720616df29c41f4618156b43f328435f9222cf21a1e6a123d7f3ef05ccbfb7c933aeba5046b107eea9b1c33a2cea309914019e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.643
|
data/lib/v20220817/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.643
|
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-
|
11
|
+
date: 2023-08-24 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:
|