tencentcloud-sdk-lcic 3.0.976 → 3.0.978

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220817/models.rb +16 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5a1abe9dd3e141936960f7b0717b0f5ce40d5280
4
- data.tar.gz: e07f3eddec226dd79644e06ad089987f0cff5b1c
3
+ metadata.gz: b3a59ec5abd48e2f4dcbc013fd2601ad289edb29
4
+ data.tar.gz: 79c523b989e46a9292ac4b975038f64da4fc0763
5
5
  SHA512:
6
- metadata.gz: fcca4e91fe6ee96615dc880e0363ab1bbb99892366e955c71068c8ca4c38ddf19c4f57e0674b4ad02783740798679e1bf2f2a9ce4ec68e76dad2fc5cd7f1ad5b
7
- data.tar.gz: 3a7790ab96efac4a833ed7d6b6bc32ae3d689527b2c6f00e76e35c85d82e3a9c900757388f9dfc8d9194f7a28ae8c4d0855b555d0b69693a8e71cf1db19ccc3e
6
+ metadata.gz: 9624674506ed80b26448283544f9e8ce5bb12d2a3b628d61dd64dd2561872c3024dbd72f93238c10a59ce9eff1546838d2d597da85f0682418fabf5825517f01
7
+ data.tar.gz: 63142e17b116cd91541703133419558b883790395e7dd1f6ee552355bc250e9b0b2a047f8fd80926c46a9ff4b18df988d50af5f026e161eed4f434498a43c912
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.976
1
+ 3.0.978
@@ -607,7 +607,9 @@ module TencentCloud
607
607
  # @type RoomId: Integer
608
608
  # @param DocumentId: 文档ID。
609
609
  # @type DocumentId: String
610
- # @param BindType: 绑定类型。后台可透传到客户端,默认为0。客户端可以根据这个字段实现业务逻辑。
610
+ # @param BindType: 绑定类型。后台可透传到客户端,默认为0。除以下例值外支持自定义该字段,并在前端实现相应业务逻辑,示例参考:
611
+ # 示例值:0,仅绑定课件到房间
612
+ # 示例值:1,绑定课件到房间后,默认展示课件
611
613
  # @type BindType: Integer
612
614
 
613
615
  attr_accessor :RoomId, :DocumentId, :BindType
@@ -938,10 +940,10 @@ module TencentCloud
938
940
 
939
941
  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
940
942
  extend Gem::Deprecate
941
- deprecate :RTCAudienceNumber, :none, 2024, 12
942
- deprecate :RTCAudienceNumber=, :none, 2024, 12
943
- deprecate :RecordLang, :none, 2024, 12
944
- deprecate :RecordLang=, :none, 2024, 12
943
+ deprecate :RTCAudienceNumber, :none, 2025, 1
944
+ deprecate :RTCAudienceNumber=, :none, 2025, 1
945
+ deprecate :RecordLang, :none, 2025, 1
946
+ deprecate :RecordLang=, :none, 2025, 1
945
947
 
946
948
  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)
947
949
  @Name = name
@@ -3137,7 +3139,7 @@ module TencentCloud
3137
3139
  # @type SdkAppId: Integer
3138
3140
  # @param Page: 起始页,1开始。keyword为空时有效。
3139
3141
  # @type Page: Integer
3140
- # @param Limit: 每页个数。keyword为空时有效。一次性最多200条。
3142
+ # @param Limit: 每页个数。keyword为空时有效。一次性最多100条。
3141
3143
  # @type Limit: Integer
3142
3144
  # @param Keyword: 搜索事件类型。有以下事件类型:
3143
3145
  # RoomStart:房间开始
@@ -3997,8 +3999,8 @@ module TencentCloud
3997
3999
 
3998
4000
  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
3999
4001
  extend Gem::Deprecate
4000
- deprecate :RecordLang, :none, 2024, 12
4001
- deprecate :RecordLang=, :none, 2024, 12
4002
+ deprecate :RecordLang, :none, 2025, 1
4003
+ deprecate :RecordLang=, :none, 2025, 1
4002
4004
 
4003
4005
  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)
4004
4006
  @RoomId = roomid
@@ -4231,7 +4233,8 @@ module TencentCloud
4231
4233
  # @type SdkAppId: Integer
4232
4234
  # @param Name: 用户名称。
4233
4235
  # @type Name: String
4234
- # @param OriginId: 用户在客户系统的Id,需要在同一应用下唯一。
4236
+ # @param OriginId: 用户在客户系统的Id,需要在同一应用下唯一。入参为空时默认赋值为UserId
4237
+ # 。
4235
4238
  # @type OriginId: String
4236
4239
  # @param Avatar: 用户头像。
4237
4240
  # @type Avatar: String
@@ -4344,10 +4347,10 @@ module TencentCloud
4344
4347
 
4345
4348
  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
4346
4349
  extend Gem::Deprecate
4347
- deprecate :RTCAudienceNumber, :none, 2024, 12
4348
- deprecate :RTCAudienceNumber=, :none, 2024, 12
4349
- deprecate :RecordLang, :none, 2024, 12
4350
- deprecate :RecordLang=, :none, 2024, 12
4350
+ deprecate :RTCAudienceNumber, :none, 2025, 1
4351
+ deprecate :RTCAudienceNumber=, :none, 2025, 1
4352
+ deprecate :RecordLang, :none, 2025, 1
4353
+ deprecate :RecordLang=, :none, 2025, 1
4351
4354
 
4352
4355
  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)
4353
4356
  @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.976
4
+ version: 3.0.978
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-01-06 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common