tencentcloud-sdk-lcic 3.0.976 → 3.0.977

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 +15 -12
  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: 8cee443c67ed820ddbe7d9680005704eee7f014a
4
+ data.tar.gz: 9c2701abbd63c6cd2bade2453c2a128f907a96e4
5
5
  SHA512:
6
- metadata.gz: fcca4e91fe6ee96615dc880e0363ab1bbb99892366e955c71068c8ca4c38ddf19c4f57e0674b4ad02783740798679e1bf2f2a9ce4ec68e76dad2fc5cd7f1ad5b
7
- data.tar.gz: 3a7790ab96efac4a833ed7d6b6bc32ae3d689527b2c6f00e76e35c85d82e3a9c900757388f9dfc8d9194f7a28ae8c4d0855b555d0b69693a8e71cf1db19ccc3e
6
+ metadata.gz: cd2ceddaaadfd23dfb4836232173f75b2c660726f3ea949d5abdcb86eed5a9cc49028407aadd62eb4bf6268683e036dae6dd38ab346906bd1e16f71d4642d161
7
+ data.tar.gz: d3bfafdce06786cd9f54819a0b7d40d55a746a6e6f19f21ca9094788081a438357bf24f052c73e1ad2c89b657ffa3f1e54b1ed86853ed37c9e4c1b6f782ec7f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.976
1
+ 3.0.977
@@ -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
@@ -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.977
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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common