tencentcloud-sdk-lcic 3.0.798 → 3.0.799
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +11 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59bb7eb37f22b7170d68a90ac791f657da94bf59
|
|
4
|
+
data.tar.gz: a7e7b5932a6ac23ab80480f980df92ca3f25b0b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee3be4d1315dc6fb86da19a98f76c84cf5db56f28bb799525014278a60e59665212c13f967aba4395492a6d1dfb5c24c9eeda08d9ba77fdde52d9642ea10297e
|
|
7
|
+
data.tar.gz: 6bc1f5f0b8b3a475ab9b02990272c77eefe64f184af236c96b68e63ffa9a0b251f80d63108044bec95b4557160b954dfbcf4dd0beb40a0ed259ff1a2da994a16
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.799
|
data/lib/v20220817/models.rb
CHANGED
|
@@ -915,6 +915,7 @@ module TencentCloud
|
|
|
915
915
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
|
916
916
|
# @type IsGradingRequiredPostClass: Integer
|
|
917
917
|
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数,暂未开放)
|
|
918
|
+
# 注:大班课的布局(layout)只有三分屏
|
|
918
919
|
# @type RoomType: Integer
|
|
919
920
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
|
920
921
|
# @type EndDelayTime: Integer
|
|
@@ -933,8 +934,8 @@ module TencentCloud
|
|
|
933
934
|
|
|
934
935
|
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang
|
|
935
936
|
extend Gem::Deprecate
|
|
936
|
-
deprecate :RecordLang, :none, 2024,
|
|
937
|
-
deprecate :RecordLang=, :none, 2024,
|
|
937
|
+
deprecate :RecordLang, :none, 2024, 4
|
|
938
|
+
deprecate :RecordLang=, :none, 2024, 4
|
|
938
939
|
|
|
939
940
|
def initialize(name=nil, starttime=nil, endtime=nil, sdkappid=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil)
|
|
940
941
|
@Name = name
|
|
@@ -2174,6 +2175,7 @@ module TencentCloud
|
|
|
2174
2175
|
# @param IsGradingRequiredPostClass: 该房间是否开启了课后评分功能。0:未开启 1:开启
|
|
2175
2176
|
# @type IsGradingRequiredPostClass: Integer
|
|
2176
2177
|
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
|
2178
|
+
# 注:大班课的布局(layout)只有三分屏
|
|
2177
2179
|
# @type RoomType: Integer
|
|
2178
2180
|
# @param VideoDuration: 录制时长
|
|
2179
2181
|
# @type VideoDuration: Integer
|
|
@@ -3701,6 +3703,7 @@ module TencentCloud
|
|
|
3701
3703
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
|
3702
3704
|
# @type IsGradingRequiredPostClass: Integer
|
|
3703
3705
|
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (预留参数、暂未开放)
|
|
3706
|
+
# 注:大班课的布局(layout)只有三分屏
|
|
3704
3707
|
# @type RoomType: Integer
|
|
3705
3708
|
# @param RecordLayout: 录制模板。仅可修改还未开始的房间。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
|
|
3706
3709
|
# @type RecordLayout: Integer
|
|
@@ -3719,8 +3722,8 @@ module TencentCloud
|
|
|
3719
3722
|
|
|
3720
3723
|
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RecordLayout, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordScene, :RecordLang
|
|
3721
3724
|
extend Gem::Deprecate
|
|
3722
|
-
deprecate :RecordLang, :none, 2024,
|
|
3723
|
-
deprecate :RecordLang=, :none, 2024,
|
|
3725
|
+
deprecate :RecordLang, :none, 2024, 4
|
|
3726
|
+
deprecate :RecordLang=, :none, 2024, 4
|
|
3724
3727
|
|
|
3725
3728
|
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, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordscene=nil, recordlang=nil)
|
|
3726
3729
|
@RoomId = roomid
|
|
@@ -4042,6 +4045,7 @@ module TencentCloud
|
|
|
4042
4045
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
|
4043
4046
|
# @type IsGradingRequiredPostClass: Integer
|
|
4044
4047
|
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
|
4048
|
+
# 注:大班课的布局(layout)只有三分屏
|
|
4045
4049
|
# @type RoomType: Integer
|
|
4046
4050
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
|
4047
4051
|
# @type EndDelayTime: Integer
|
|
@@ -4060,8 +4064,8 @@ module TencentCloud
|
|
|
4060
4064
|
|
|
4061
4065
|
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang
|
|
4062
4066
|
extend Gem::Deprecate
|
|
4063
|
-
deprecate :RecordLang, :none, 2024,
|
|
4064
|
-
deprecate :RecordLang=, :none, 2024,
|
|
4067
|
+
deprecate :RecordLang, :none, 2024, 4
|
|
4068
|
+
deprecate :RecordLang=, :none, 2024, 4
|
|
4065
4069
|
|
|
4066
4070
|
def initialize(name=nil, starttime=nil, endtime=nil, resolution=nil, maxmicnumber=nil, subtype=nil, teacherid=nil, automic=nil, turnoffmic=nil, audioquality=nil, disablerecord=nil, assistants=nil, rtcaudiencenumber=nil, audiencetype=nil, recordlayout=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil)
|
|
4067
4071
|
@Name = name
|
|
@@ -4179,6 +4183,7 @@ module TencentCloud
|
|
|
4179
4183
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4180
4184
|
# @type IsGradingRequiredPostClass: Integer
|
|
4181
4185
|
# @param RoomType: 房间类型。0:小班课(默认值);1:大班课;2:1V1(后续扩展)
|
|
4186
|
+
# 注:大班课的布局(layout)只有三分屏
|
|
4182
4187
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4183
4188
|
# @type RoomType: Integer
|
|
4184
4189
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
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.799
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|