tencentcloud-sdk-lcic 3.0.995 → 3.0.996

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 +10 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d160aba9525d28ce740d2044bf3e740e01942d1d
4
- data.tar.gz: 702fd8bdbf8bf4b6b69abb4fc778bd8b2d063924
3
+ metadata.gz: a72746d0946bd331db6230abf35c2422f92d15e0
4
+ data.tar.gz: 4e381616544bc71c1c8ee3c8d8acabe6a7dbb4ea
5
5
  SHA512:
6
- metadata.gz: 9d8f120218e457e65c27f1ca041c1218fcb60c44ac5f8a7f62e89c73024c58bfd70b84d3696f6140ab9595873898c374f5cce97598bfd948bace4012076c3f98
7
- data.tar.gz: 13d1c743d93c2b8285932ef4fc9e20ca7a47cfbee59757ac21018d5d3e790aef12923645d7d0fcebe968c25b24f7e8311482f3392c4b8baf260592ce59d73e6e
6
+ metadata.gz: 3105ebf5bb6b85738bf99dfde277206e166ee2ff998b8a5f5a474ff3c67257624f813b70da79efcd6147ec9962ea39d1a1bfce2d2b9b81fbf9d8d268d3345994
7
+ data.tar.gz: 3923fa46f195ae9ce6292f88136d4f18c635c549d941ec6d3a93bb3ea9471fc06db8494279f1bb564666a07bab13fbe67b7ebbcce84e9bdb74a3b876ec004ca3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.995
1
+ 3.0.996
@@ -521,7 +521,6 @@ module TencentCloud
521
521
  # BatchRegister返回参数结构体
522
522
  class BatchRegisterResponse < TencentCloud::Common::AbstractModel
523
523
  # @param Users: 注册成功的用户列表
524
- # 注意:此字段可能返回 null,表示取不到有效值。
525
524
  # @type Users: Array
526
525
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
527
526
  # @type RequestId: String
@@ -940,10 +939,10 @@ module TencentCloud
940
939
 
941
940
  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
942
941
  extend Gem::Deprecate
943
- deprecate :RTCAudienceNumber, :none, 2025, 1
944
- deprecate :RTCAudienceNumber=, :none, 2025, 1
945
- deprecate :RecordLang, :none, 2025, 1
946
- deprecate :RecordLang=, :none, 2025, 1
942
+ deprecate :RTCAudienceNumber, :none, 2025, 2
943
+ deprecate :RTCAudienceNumber=, :none, 2025, 2
944
+ deprecate :RecordLang, :none, 2025, 2
945
+ deprecate :RecordLang=, :none, 2025, 2
947
946
 
948
947
  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)
949
948
  @Name = name
@@ -2325,7 +2324,6 @@ module TencentCloud
2325
2324
  # DescribeRoomForbiddenUser返回参数结构体
2326
2325
  class DescribeRoomForbiddenUserResponse < TencentCloud::Common::AbstractModel
2327
2326
  # @param MutedAccountList: 禁言用户信息数组,内容包括被禁言的成员 ID,及其被禁言到的时间(使用 UTC 时间,即世界协调时间)
2328
- # 注意:此字段可能返回 null,表示取不到有效值。
2329
2327
  # @type MutedAccountList: Array
2330
2328
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2331
2329
  # @type RequestId: String
@@ -2643,7 +2641,6 @@ module TencentCloud
2643
2641
  # @param Total: 总数
2644
2642
  # @type Total: Integer
2645
2643
  # @param Scores: 课堂评分列表
2646
- # 注意:此字段可能返回 null,表示取不到有效值。
2647
2644
  # @type Scores: Array
2648
2645
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2649
2646
  # @type RequestId: String
@@ -2699,7 +2696,6 @@ module TencentCloud
2699
2696
  # @param Total: 用户总数
2700
2697
  # @type Total: Integer
2701
2698
  # @param Users: 当前获取用户信息数组列表
2702
- # 注意:此字段可能返回 null,表示取不到有效值。
2703
2699
  # @type Users: Array
2704
2700
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2705
2701
  # @type RequestId: String
@@ -3999,8 +3995,8 @@ module TencentCloud
3999
3995
 
4000
3996
  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
4001
3997
  extend Gem::Deprecate
4002
- deprecate :RecordLang, :none, 2025, 1
4003
- deprecate :RecordLang=, :none, 2025, 1
3998
+ deprecate :RecordLang, :none, 2025, 2
3999
+ deprecate :RecordLang=, :none, 2025, 2
4004
4000
 
4005
4001
  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)
4006
4002
  @RoomId = roomid
@@ -4346,10 +4342,10 @@ module TencentCloud
4346
4342
 
4347
4343
  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
4348
4344
  extend Gem::Deprecate
4349
- deprecate :RTCAudienceNumber, :none, 2025, 1
4350
- deprecate :RTCAudienceNumber=, :none, 2025, 1
4351
- deprecate :RecordLang, :none, 2025, 1
4352
- deprecate :RecordLang=, :none, 2025, 1
4345
+ deprecate :RTCAudienceNumber, :none, 2025, 2
4346
+ deprecate :RTCAudienceNumber=, :none, 2025, 2
4347
+ deprecate :RecordLang, :none, 2025, 2
4348
+ deprecate :RecordLang=, :none, 2025, 2
4353
4349
 
4354
4350
  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)
4355
4351
  @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.995
4
+ version: 3.0.996
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-02-10 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common