tencentcloud-sdk-lcic 3.0.1037 → 3.0.1038

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220817/models.rb +16 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3a8cec570f54d78b5e2f6b4100b1f9f12c8184e
4
- data.tar.gz: 477e71b4f33b3090bc08dcdc861a2402bb5a6f0d
3
+ metadata.gz: 31f795cd2fb29ffb8478e8259430d8f6ee73e580
4
+ data.tar.gz: 389415906a31801f566da7bbd449c75ed174c965
5
5
  SHA512:
6
- metadata.gz: 1bd07f65a377de3c32048c67262d8aafc3a4debaf75ae2e9acd7152e6d1c2ae35e0f9ed185e6306c5dcf4ba59b630ec82ffcdd660860a29543133c87f693b8d1
7
- data.tar.gz: 072d029a462b78915f1fd34f9451be73166737b8df181bafcb87e409e8771d085cf758c2244965145ed663e1a5cd6bcdfb64e521327dd2d7d38f116aa76f9c69
6
+ metadata.gz: fb075533aa55571fa02a1b149dbc2d481cff77144d20cce29fd0e56449fbdb48d1a9bfecf338c23f8cb450f708d8f7bada1c8379dccef067dc8fd18848496aff
7
+ data.tar.gz: 2e355f89e6457441d5bf54b177e9c24e1e30a494ec5e7ea044e87744279668457db4b2c3f22e19a38a8cf78c18f5b2412d7fd52f32aee58ec8b8afafd1e0c7ef
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1037
1
+ 3.0.1038
@@ -928,10 +928,10 @@ module TencentCloud
928
928
 
929
929
  attr_accessor :Name, :StartTime, :EndTime, :SdkAppId, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode
930
930
  extend Gem::Deprecate
931
- deprecate :RTCAudienceNumber, :none, 2025, 3
932
- deprecate :RTCAudienceNumber=, :none, 2025, 3
933
- deprecate :RecordLang, :none, 2025, 3
934
- deprecate :RecordLang=, :none, 2025, 3
931
+ deprecate :RTCAudienceNumber, :none, 2025, 4
932
+ deprecate :RTCAudienceNumber=, :none, 2025, 4
933
+ deprecate :RecordLang, :none, 2025, 4
934
+ deprecate :RecordLang=, :none, 2025, 4
935
935
 
936
936
  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, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil)
937
937
  @Name = name
@@ -3287,14 +3287,17 @@ module TencentCloud
3287
3287
  # @type Seq: Integer
3288
3288
  # @param Limit: 消息拉取的条数。最大数量不能超过套餐包限制。
3289
3289
  # @type Limit: Integer
3290
+ # @param UserId: 请求消息的userId
3291
+ # @type UserId: String
3290
3292
 
3291
- attr_accessor :SdkAppId, :RoomId, :Seq, :Limit
3293
+ attr_accessor :SdkAppId, :RoomId, :Seq, :Limit, :UserId
3292
3294
 
3293
- def initialize(sdkappid=nil, roomid=nil, seq=nil, limit=nil)
3295
+ def initialize(sdkappid=nil, roomid=nil, seq=nil, limit=nil, userid=nil)
3294
3296
  @SdkAppId = sdkappid
3295
3297
  @RoomId = roomid
3296
3298
  @Seq = seq
3297
3299
  @Limit = limit
3300
+ @UserId = userid
3298
3301
  end
3299
3302
 
3300
3303
  def deserialize(params)
@@ -3302,6 +3305,7 @@ module TencentCloud
3302
3305
  @RoomId = params['RoomId']
3303
3306
  @Seq = params['Seq']
3304
3307
  @Limit = params['Limit']
3308
+ @UserId = params['UserId']
3305
3309
  end
3306
3310
  end
3307
3311
 
@@ -4052,8 +4056,8 @@ module TencentCloud
4052
4056
 
4053
4057
  attr_accessor :RoomId, :SdkAppId, :StartTime, :EndTime, :TeacherId, :Name, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :RecordLayout, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordScene, :RecordLang, :WhiteBoardSnapshotMode
4054
4058
  extend Gem::Deprecate
4055
- deprecate :RecordLang, :none, 2025, 3
4056
- deprecate :RecordLang=, :none, 2025, 3
4059
+ deprecate :RecordLang, :none, 2025, 4
4060
+ deprecate :RecordLang=, :none, 2025, 4
4057
4061
 
4058
4062
  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, roomtype=nil, recordlayout=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordscene=nil, recordlang=nil, whiteboardsnapshotmode=nil)
4059
4063
  @RoomId = roomid
@@ -4400,10 +4404,10 @@ module TencentCloud
4400
4404
 
4401
4405
  attr_accessor :Name, :StartTime, :EndTime, :Resolution, :MaxMicNumber, :SubType, :TeacherId, :AutoMic, :TurnOffMic, :AudioQuality, :DisableRecord, :Assistants, :RTCAudienceNumber, :AudienceType, :RecordLayout, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RecordScene, :RecordLang, :RecordStream, :WhiteBoardSnapshotMode
4402
4406
  extend Gem::Deprecate
4403
- deprecate :RTCAudienceNumber, :none, 2025, 3
4404
- deprecate :RTCAudienceNumber=, :none, 2025, 3
4405
- deprecate :RecordLang, :none, 2025, 3
4406
- deprecate :RecordLang=, :none, 2025, 3
4407
+ deprecate :RTCAudienceNumber, :none, 2025, 4
4408
+ deprecate :RTCAudienceNumber=, :none, 2025, 4
4409
+ deprecate :RecordLang, :none, 2025, 4
4410
+ deprecate :RecordLang=, :none, 2025, 4
4407
4411
 
4408
4412
  def initialize(name=nil, starttime=nil, endtime=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, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, recordscene=nil, recordlang=nil, recordstream=nil, whiteboardsnapshotmode=nil)
4409
4413
  @Name = name
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.1037
4
+ version: 3.0.1038
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-09 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common