tencentcloud-sdk-lcic 3.0.623 → 3.0.625

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a36e72a3187987805a45a7874d15940e02b2fdc4
4
- data.tar.gz: fdf25f41b14cb940fa163cf4575dfd9ae9f15451
3
+ metadata.gz: 35225829081165692718a36306a8484e82d0e4c9
4
+ data.tar.gz: 024fa31df84c7161769264c771dbd59779db9308
5
5
  SHA512:
6
- metadata.gz: 34d5685e99b0fea7d16a4f5fc5693ae07fd2c9551c62c88c25de3980e76f9aeb90918d12ef0bdabdb96de3830a7b2b9b7d0f0a6f996cda12773020ebbe1ff600
7
- data.tar.gz: b2b3ebaa141717e214554a14a833dd2459735234a4b1ff6d1e462f18dcd7328719baef5b087af6f3afcfe3b94fef51d0daab67de88ada5ac4ed5e3826d5f8632
6
+ metadata.gz: 69168e9b61e6063eae8420ca6856a8b360a4d75ec9d626df9c43900e16fcd82a51b983366f8c2c174cb31121165fe6c8d29497e159e6cf496aafb6bd4485573c
7
+ data.tar.gz: f532cd027d76d2b035d93639d977db71ccd62ca9b2c097d45db1ddf005dcab77dafed00b2903b8f28636472e3967764a8f82abb04470195950035e4124b14ddc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.623
1
+ 3.0.625
@@ -1895,6 +1895,8 @@ module TencentCloud
1895
1895
  # @type TeacherId: String
1896
1896
  # @param SdkAppId: 低代码互动课堂的SdkAppId。
1897
1897
  # @type SdkAppId: Integer
1898
+ # @param AudienceType: 观看类型。互动观看 (默认)
1899
+ # @type AudienceType: Integer
1898
1900
  # @param Resolution: 分辨率。可以有如下取值:
1899
1901
  # 1 标清
1900
1902
  # 2 高清
@@ -1946,14 +1948,15 @@ module TencentCloud
1946
1948
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1947
1949
  # @type RequestId: String
1948
1950
 
1949
- attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RequestId
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
1950
1952
 
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)
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)
1952
1954
  @Name = name
1953
1955
  @StartTime = starttime
1954
1956
  @EndTime = endtime
1955
1957
  @TeacherId = teacherid
1956
1958
  @SdkAppId = sdkappid
1959
+ @AudienceType = audiencetype
1957
1960
  @Resolution = resolution
1958
1961
  @MaxMicNumber = maxmicnumber
1959
1962
  @AutoMic = automic
@@ -1978,6 +1981,7 @@ module TencentCloud
1978
1981
  @EndTime = params['EndTime']
1979
1982
  @TeacherId = params['TeacherId']
1980
1983
  @SdkAppId = params['SdkAppId']
1984
+ @AudienceType = params['AudienceType']
1981
1985
  @Resolution = params['Resolution']
1982
1986
  @MaxMicNumber = params['MaxMicNumber']
1983
1987
  @AutoMic = params['AutoMic']
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.623
4
+ version: 3.0.625
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-28 00:00:00.000000000 Z
11
+ date: 2023-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common