tencentcloud-sdk-lcic 3.0.623 → 3.0.624

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: d1ca056bab14c33231464be5163d752bbab64a41
4
+ data.tar.gz: f64360e503b0d53dd66b8eff81b305983f2e3408
5
5
  SHA512:
6
- metadata.gz: 34d5685e99b0fea7d16a4f5fc5693ae07fd2c9551c62c88c25de3980e76f9aeb90918d12ef0bdabdb96de3830a7b2b9b7d0f0a6f996cda12773020ebbe1ff600
7
- data.tar.gz: b2b3ebaa141717e214554a14a833dd2459735234a4b1ff6d1e462f18dcd7328719baef5b087af6f3afcfe3b94fef51d0daab67de88ada5ac4ed5e3826d5f8632
6
+ metadata.gz: 9ee3e658a3e9421c1c2c5496eca185556eb31f854ca0696838ddc5259246bc1c6caff45ebdf6b40f84e24f9b47c2596d67894785befa2ad1df42c5bab8b8edc0
7
+ data.tar.gz: a4a425cc5e899536eedae1799dc549af8aad1b62d11b8eed227ca5c15c966437b7eed1dae546eeaa913d9b7524cb0c8b907ebcbc3bdbd1642ed9ae57612b7535
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.623
1
+ 3.0.624
@@ -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.624
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-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common