tencentcloud-sdk-lcic 3.0.633 → 3.0.635
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 +7 -3
- 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: 1a617aa0fa215ecda2b3df73a2989a790862d39f
|
4
|
+
data.tar.gz: 3912faa3bc71fc940f3a772b06b90c3e39e4a71f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25cf1428e76c48f70cb7f49b2c6a76b9d05e454701d2c09a538c477a3363ab3902a188ef2e5ef5072c51497432d71a184d32fa9e403bed382456350373f468e0
|
7
|
+
data.tar.gz: 4b9c3d128acbc15ba167d49f6e0647b9f7715595c3c38a1122d718ff295a45ffb66fb7f613021c5aa3d5343e33f1887f539a712e260b7ebec43a27c95d19c2c4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.635
|
data/lib/v20220817/models.rb
CHANGED
@@ -817,7 +817,7 @@ module TencentCloud
|
|
817
817
|
# @type RTCAudienceNumber: Integer
|
818
818
|
# @param AudienceType: 观看类型。互动观看 (默认)
|
819
819
|
# @type AudienceType: Integer
|
820
|
-
# @param RecordLayout:
|
820
|
+
# @param RecordLayout: 录制模板。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
|
821
821
|
# @type RecordLayout: Integer
|
822
822
|
# @param GroupId: 房间绑定的群组ID,非空时限制组成员进入
|
823
823
|
# @type GroupId: String
|
@@ -1945,12 +1945,14 @@ module TencentCloud
|
|
1945
1945
|
# @type IsGradingRequiredPostClass: Integer
|
1946
1946
|
# @param RoomType: 房间类型: 0 小班课(默认值); 1 大班课; 2 1V1 (后续扩展)
|
1947
1947
|
# @type RoomType: Integer
|
1948
|
+
# @param VideoDuration: 录制时长
|
1949
|
+
# @type VideoDuration: Integer
|
1948
1950
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1949
1951
|
# @type RequestId: String
|
1950
1952
|
|
1951
|
-
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RequestId
|
1953
|
+
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :VideoDuration, :RequestId
|
1952
1954
|
|
1953
|
-
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=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)
|
1955
|
+
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=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, videoduration=nil, requestid=nil)
|
1954
1956
|
@Name = name
|
1955
1957
|
@StartTime = starttime
|
1956
1958
|
@EndTime = endtime
|
@@ -1972,6 +1974,7 @@ module TencentCloud
|
|
1972
1974
|
@VideoOrientation = videoorientation
|
1973
1975
|
@IsGradingRequiredPostClass = isgradingrequiredpostclass
|
1974
1976
|
@RoomType = roomtype
|
1977
|
+
@VideoDuration = videoduration
|
1975
1978
|
@RequestId = requestid
|
1976
1979
|
end
|
1977
1980
|
|
@@ -1997,6 +2000,7 @@ module TencentCloud
|
|
1997
2000
|
@VideoOrientation = params['VideoOrientation']
|
1998
2001
|
@IsGradingRequiredPostClass = params['IsGradingRequiredPostClass']
|
1999
2002
|
@RoomType = params['RoomType']
|
2003
|
+
@VideoDuration = params['VideoDuration']
|
2000
2004
|
@RequestId = params['RequestId']
|
2001
2005
|
end
|
2002
2006
|
end
|
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.635
|
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-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|