tencentcloud-sdk-lcic 3.0.620 → 3.0.622
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 +30 -10
- 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: 01319492dd4100411b37d214e6d0a70f638df310
|
4
|
+
data.tar.gz: 613f91f6b7d677c3e40f1288ae520786d3d393c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1648912c85f2fa91d4e69ace5d285b01bfacb488b678c1749bebcc45e545ef8b39c075f5d65069100f74add04314235bcd393c25ffa79117a8e84ced87f855b
|
7
|
+
data.tar.gz: a68ffdbb741100360c3bba3cb5594146d5a68c5145a68591653d8edbaf49a30316a9c46a858c398ca073e0a5949044c76503fa62b4e9586fdcbcc818daa1e6b1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.622
|
data/lib/v20220817/models.rb
CHANGED
@@ -833,10 +833,12 @@ module TencentCloud
|
|
833
833
|
# @type VideoOrientation: Integer
|
834
834
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
835
835
|
# @type IsGradingRequiredPostClass: Integer
|
836
|
+
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
837
|
+
# @type RoomType: Integer
|
836
838
|
|
837
|
-
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass
|
839
|
+
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType
|
838
840
|
|
839
|
-
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)
|
841
|
+
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)
|
840
842
|
@Name = name
|
841
843
|
@StartTime = starttime
|
842
844
|
@EndTime = endtime
|
@@ -858,6 +860,7 @@ module TencentCloud
|
|
858
860
|
@InteractionMode = interactionmode
|
859
861
|
@VideoOrientation = videoorientation
|
860
862
|
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
863
|
+
@RoomType = roomtype
|
861
864
|
end
|
862
865
|
|
863
866
|
def deserialize(params)
|
@@ -882,6 +885,7 @@ module TencentCloud
|
|
882
885
|
@InteractionMode = params['InteractionMode']
|
883
886
|
@VideoOrientation = params['VideoOrientation']
|
884
887
|
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
888
|
+
@RoomType = params['RoomType']
|
885
889
|
end
|
886
890
|
end
|
887
891
|
|
@@ -1937,12 +1941,14 @@ module TencentCloud
|
|
1937
1941
|
# @type VideoOrientation: Integer
|
1938
1942
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
1939
1943
|
# @type IsGradingRequiredPostClass: Integer
|
1944
|
+
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
1945
|
+
# @type RoomType: Integer
|
1940
1946
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1941
1947
|
# @type RequestId: String
|
1942
1948
|
|
1943
|
-
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RequestId
|
1949
|
+
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RequestId
|
1944
1950
|
|
1945
|
-
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, requestid=nil)
|
1951
|
+
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, requestid=nil)
|
1946
1952
|
@Name = name
|
1947
1953
|
@StartTime = starttime
|
1948
1954
|
@EndTime = endtime
|
@@ -1962,6 +1968,7 @@ module TencentCloud
|
|
1962
1968
|
@InteractionMode = interactionmode
|
1963
1969
|
@VideoOrientation = videoorientation
|
1964
1970
|
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
1971
|
+
@RoomType = roomtype
|
1965
1972
|
@RequestId = requestid
|
1966
1973
|
end
|
1967
1974
|
|
@@ -1985,6 +1992,7 @@ module TencentCloud
|
|
1985
1992
|
@InteractionMode = params['InteractionMode']
|
1986
1993
|
@VideoOrientation = params['VideoOrientation']
|
1987
1994
|
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
1995
|
+
@RoomType = params['RoomType']
|
1988
1996
|
@RequestId = params['RequestId']
|
1989
1997
|
end
|
1990
1998
|
end
|
@@ -2392,8 +2400,8 @@ module TencentCloud
|
|
2392
2400
|
# @type Timestamp: Integer
|
2393
2401
|
# @param EventType: 事件类型,有以下值:
|
2394
2402
|
# RoomStart:房间开始 RoomEnd:房间结束 MemberJoin:成员加入 MemberQuit:成员退出 RecordFinish:录制结束
|
2395
|
-
#
|
2396
|
-
#
|
2403
|
+
# CameraOn: 摄像头打开
|
2404
|
+
# CameraOff: 摄像头关闭
|
2397
2405
|
# MicOn: 麦克风打开
|
2398
2406
|
# MicOff: 麦克风关闭
|
2399
2407
|
# ScreenOn: 屏幕共享打开
|
@@ -3177,10 +3185,12 @@ module TencentCloud
|
|
3177
3185
|
# @type VideoOrientation: Integer
|
3178
3186
|
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
3179
3187
|
# @type IsGradingRequiredPostClass: Integer
|
3188
|
+
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
3189
|
+
# @type RoomType: Integer
|
3180
3190
|
|
3181
|
-
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass
|
3191
|
+
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType
|
3182
3192
|
|
3183
|
-
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)
|
3193
|
+
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)
|
3184
3194
|
@RoomId = roomid
|
3185
3195
|
@SdkAppId = sdkappid
|
3186
3196
|
@StartTime = starttime
|
@@ -3199,6 +3209,7 @@ module TencentCloud
|
|
3199
3209
|
@InteractionMode = interactionmode
|
3200
3210
|
@VideoOrientation = videoorientation
|
3201
3211
|
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
3212
|
+
@RoomType = roomtype
|
3202
3213
|
end
|
3203
3214
|
|
3204
3215
|
def deserialize(params)
|
@@ -3220,6 +3231,7 @@ module TencentCloud
|
|
3220
3231
|
@InteractionMode = params['InteractionMode']
|
3221
3232
|
@VideoOrientation = params['VideoOrientation']
|
3222
3233
|
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
3234
|
+
@RoomType = params['RoomType']
|
3223
3235
|
end
|
3224
3236
|
end
|
3225
3237
|
|
@@ -3411,10 +3423,14 @@ module TencentCloud
|
|
3411
3423
|
# @type InteractionMode: Integer
|
3412
3424
|
# @param VideoOrientation: 横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型
|
3413
3425
|
# @type VideoOrientation: Integer
|
3426
|
+
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
3427
|
+
# @type IsGradingRequiredPostClass: Integer
|
3428
|
+
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
3429
|
+
# @type RoomType: Integer
|
3414
3430
|
|
3415
|
-
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation
|
3431
|
+
attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType
|
3416
3432
|
|
3417
|
-
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)
|
3433
|
+
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)
|
3418
3434
|
@Name = name
|
3419
3435
|
@StartTime = starttime
|
3420
3436
|
@EndTime = endtime
|
@@ -3434,6 +3450,8 @@ module TencentCloud
|
|
3434
3450
|
@EnableDirectControl = enabledirectcontrol
|
3435
3451
|
@InteractionMode = interactionmode
|
3436
3452
|
@VideoOrientation = videoorientation
|
3453
|
+
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
3454
|
+
@RoomType = roomtype
|
3437
3455
|
end
|
3438
3456
|
|
3439
3457
|
def deserialize(params)
|
@@ -3456,6 +3474,8 @@ module TencentCloud
|
|
3456
3474
|
@EnableDirectControl = params['EnableDirectControl']
|
3457
3475
|
@InteractionMode = params['InteractionMode']
|
3458
3476
|
@VideoOrientation = params['VideoOrientation']
|
3477
|
+
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
3478
|
+
@RoomType = params['RoomType']
|
3459
3479
|
end
|
3460
3480
|
end
|
3461
3481
|
|
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.622
|
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-07-
|
11
|
+
date: 2023-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|