tencentcloud-sdk-lcic 3.0.633 → 3.0.634

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9400b85299a73cfa90227b7a6f3c7bb3a2289132
4
- data.tar.gz: 6b05bafa2d08c7a3006abc459f5c8ae717685366
3
+ metadata.gz: 9d5a6747360edc7b6654313daf25fc31738be042
4
+ data.tar.gz: f1d9a882ba6c9b8d4f050478764e5be8d1d2b24f
5
5
  SHA512:
6
- metadata.gz: 50f70e446a4b8c9f71ed1ef5322819c0404df32b489a81bf586f1f5e87b035f88a3f042d4faec4c4249c7a8dd99c149c8d4cbaae9653ae65f746141cfd9b4705
7
- data.tar.gz: 1d5c8c5cfa6b96f570e6aa4125a05db837e9e18bb9f1c57195a8436d109f54de4ab77105a5541f2cf5c370f7938db78de88aeef9f8003a07aed89c9571ba1fdf
6
+ metadata.gz: b26114696fe02c223a161a0cabad7b277210b74862a6cb7b793665d1d4a394dad37e992acbdad7ab0038dc81f261f338730d372044062f4208b539cef17cc178
7
+ data.tar.gz: 75d589c5a1d155afd14813d72c704c50f2f182393cf7212f60219536621b120776d6ad8c9916237cb0daf3dbf3867c3f1a4f39e4f59c360e37adf9c4448891ff
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.633
1
+ 3.0.634
@@ -817,7 +817,7 @@ module TencentCloud
817
817
  # @type RTCAudienceNumber: Integer
818
818
  # @param AudienceType: 观看类型。互动观看 (默认)
819
819
  # @type AudienceType: Integer
820
- # @param RecordLayout: 录制布局。录制模板枚举值参考:https://cloud.tencent.com/document/product/1639/89744
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.633
4
+ version: 3.0.634
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-10 00:00:00.000000000 Z
11
+ date: 2023-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common