tencentcloud-sdk-lcic 3.0.617 → 3.0.619
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 +18 -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: 6cd7e0b13dd531cfe3220e3e453ce1fc8b369983
|
4
|
+
data.tar.gz: e3fa18b2d01a98ac8366d2f4985c9da1ca3ba3c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90a0845d59557669bac2aa4db868adb9f2b7e0f27d88f401b1533110fc4684e10d14fe3ab5b8feed32249c88d652b6a2b6c17425c9669868bae2655aa5b6e379
|
7
|
+
data.tar.gz: 068571b36d517d0d63ef674b1ebf8bcdbcc7732305dd4a9107566d46ffb0be814145c7a24e747c2e7bc6a04a1563a1527ca7f054b2530a4834196c0aa1eeba94
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.619
|
data/lib/v20220817/models.rb
CHANGED
@@ -831,10 +831,12 @@ module TencentCloud
|
|
831
831
|
# @type InteractionMode: Integer
|
832
832
|
# @param VideoOrientation: 横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型
|
833
833
|
# @type VideoOrientation: Integer
|
834
|
+
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
835
|
+
# @type IsGradingRequiredPostClass: Integer
|
834
836
|
|
835
|
-
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation
|
837
|
+
attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass
|
836
838
|
|
837
|
-
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)
|
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)
|
838
840
|
@Name = name
|
839
841
|
@StartTime = starttime
|
840
842
|
@EndTime = endtime
|
@@ -855,6 +857,7 @@ module TencentCloud
|
|
855
857
|
@EnableDirectControl = enabledirectcontrol
|
856
858
|
@InteractionMode = interactionmode
|
857
859
|
@VideoOrientation = videoorientation
|
860
|
+
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
858
861
|
end
|
859
862
|
|
860
863
|
def deserialize(params)
|
@@ -878,6 +881,7 @@ module TencentCloud
|
|
878
881
|
@EnableDirectControl = params['EnableDirectControl']
|
879
882
|
@InteractionMode = params['InteractionMode']
|
880
883
|
@VideoOrientation = params['VideoOrientation']
|
884
|
+
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
881
885
|
end
|
882
886
|
end
|
883
887
|
|
@@ -1931,12 +1935,14 @@ module TencentCloud
|
|
1931
1935
|
# @type InteractionMode: Integer
|
1932
1936
|
# @param VideoOrientation: 横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型
|
1933
1937
|
# @type VideoOrientation: Integer
|
1938
|
+
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
1939
|
+
# @type IsGradingRequiredPostClass: Integer
|
1934
1940
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1935
1941
|
# @type RequestId: String
|
1936
1942
|
|
1937
|
-
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :RequestId
|
1943
|
+
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RequestId
|
1938
1944
|
|
1939
|
-
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, requestid=nil)
|
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)
|
1940
1946
|
@Name = name
|
1941
1947
|
@StartTime = starttime
|
1942
1948
|
@EndTime = endtime
|
@@ -1955,6 +1961,7 @@ module TencentCloud
|
|
1955
1961
|
@EnableDirectControl = enabledirectcontrol
|
1956
1962
|
@InteractionMode = interactionmode
|
1957
1963
|
@VideoOrientation = videoorientation
|
1964
|
+
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
1958
1965
|
@RequestId = requestid
|
1959
1966
|
end
|
1960
1967
|
|
@@ -1977,6 +1984,7 @@ module TencentCloud
|
|
1977
1984
|
@EnableDirectControl = params['EnableDirectControl']
|
1978
1985
|
@InteractionMode = params['InteractionMode']
|
1979
1986
|
@VideoOrientation = params['VideoOrientation']
|
1987
|
+
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
1980
1988
|
@RequestId = params['RequestId']
|
1981
1989
|
end
|
1982
1990
|
end
|
@@ -3167,10 +3175,12 @@ module TencentCloud
|
|
3167
3175
|
# @type InteractionMode: Integer
|
3168
3176
|
# @param VideoOrientation: 横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型
|
3169
3177
|
# @type VideoOrientation: Integer
|
3178
|
+
# @param IsGradingRequiredPostClass: 开启课后评分。 0:不开启(默认) 1:开启
|
3179
|
+
# @type IsGradingRequiredPostClass: Integer
|
3170
3180
|
|
3171
|
-
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation
|
3181
|
+
attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass
|
3172
3182
|
|
3173
|
-
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)
|
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)
|
3174
3184
|
@RoomId = roomid
|
3175
3185
|
@SdkAppId = sdkappid
|
3176
3186
|
@StartTime = starttime
|
@@ -3188,6 +3198,7 @@ module TencentCloud
|
|
3188
3198
|
@EnableDirectControl = enabledirectcontrol
|
3189
3199
|
@InteractionMode = interactionmode
|
3190
3200
|
@VideoOrientation = videoorientation
|
3201
|
+
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
3191
3202
|
end
|
3192
3203
|
|
3193
3204
|
def deserialize(params)
|
@@ -3208,6 +3219,7 @@ module TencentCloud
|
|
3208
3219
|
@EnableDirectControl = params['EnableDirectControl']
|
3209
3220
|
@InteractionMode = params['InteractionMode']
|
3210
3221
|
@VideoOrientation = params['VideoOrientation']
|
3222
|
+
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
3211
3223
|
end
|
3212
3224
|
end
|
3213
3225
|
|
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.619
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|