tencentcloud-sdk-lcic 3.0.724 → 3.0.725

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: 6ee5da8bbec7464fe19a89e85ab40db408c711fd
4
- data.tar.gz: 128e8b36e6ad5deb03ef6adbd4e0faf78a3f7831
3
+ metadata.gz: 2daaa23d6a7cd20fe85e9fa1762c8105d3badbd2
4
+ data.tar.gz: ea21623be003da6ac5efae989d663d9ae22c151d
5
5
  SHA512:
6
- metadata.gz: 0b364da3102a4ed3794cecb5f526f5d296874c513d09e03c0a511f1489a3846736012b1f101674411e9c9fcb75530ef25b8a1e2b573f69bb7a12e8bf4ca64738
7
- data.tar.gz: 8d24c56b42541b33d9ae6c0441d6a432216e5243d3b17b31ce1ee77265bf206531b292aa7347996c79ac262c312789c54da00abd0921b214a063354b23ee7bb3
6
+ metadata.gz: e27cf32229393e2fe454932505b54d55c3a448c5628bb5d635fb58fe3be39b61dc9e69ebf7a3e27e7c6642cac438d32776818b5fcea93bdf4386bc167294e064
7
+ data.tar.gz: c177b92e030e12f992642ae49b6b7eb3ade58190b10cbafbf1b1088d28960cfad7588081dd148822dad9c066ef5ab7c1c25f0261fdf2e84b930e2e7971f628db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.724
1
+ 3.0.725
@@ -3979,7 +3979,7 @@ module TencentCloud
3979
3979
  # @param RoomId: 房间ID
3980
3980
  # 注意:此字段可能返回 null,表示取不到有效值。
3981
3981
  # @type RoomId: Integer
3982
- # @param Status: 房间状态。0 未开始 ;1进行中 ;2 已结束
3982
+ # @param Status: 房间状态。0 未开始 ;1进行中 ;2 已结束;3已过期
3983
3983
  # 注意:此字段可能返回 null,表示取不到有效值。
3984
3984
  # @type Status: Integer
3985
3985
  # @param StartTime: 开始时间
@@ -4038,10 +4038,13 @@ module TencentCloud
4038
4038
  # @param EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效
4039
4039
  # 注意:此字段可能返回 null,表示取不到有效值。
4040
4040
  # @type EnableAutoStart: Integer
4041
+ # @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
4042
+ # 注意:此字段可能返回 null,表示取不到有效值。
4043
+ # @type RecordBackground: String
4041
4044
 
4042
- attr_accessor :Name, :RoomId, :Status, :StartTime, :EndTime, :RealStartTime, :RealEndTime, :Resolution, :MaxRTCMember, :ReplayUrl, :RecordUrl, :MaxMicNumber, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart
4045
+ attr_accessor :Name, :RoomId, :Status, :StartTime, :EndTime, :RealStartTime, :RealEndTime, :Resolution, :MaxRTCMember, :ReplayUrl, :RecordUrl, :MaxMicNumber, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground
4043
4046
 
4044
- def initialize(name=nil, roomid=nil, status=nil, starttime=nil, endtime=nil, realstarttime=nil, realendtime=nil, resolution=nil, maxrtcmember=nil, replayurl=nil, recordurl=nil, maxmicnumber=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil)
4047
+ def initialize(name=nil, roomid=nil, status=nil, starttime=nil, endtime=nil, realstarttime=nil, realendtime=nil, resolution=nil, maxrtcmember=nil, replayurl=nil, recordurl=nil, maxmicnumber=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil)
4045
4048
  @Name = name
4046
4049
  @RoomId = roomid
4047
4050
  @Status = status
@@ -4063,6 +4066,7 @@ module TencentCloud
4063
4066
  @LiveType = livetype
4064
4067
  @RecordLiveUrl = recordliveurl
4065
4068
  @EnableAutoStart = enableautostart
4069
+ @RecordBackground = recordbackground
4066
4070
  end
4067
4071
 
4068
4072
  def deserialize(params)
@@ -4087,6 +4091,7 @@ module TencentCloud
4087
4091
  @LiveType = params['LiveType']
4088
4092
  @RecordLiveUrl = params['RecordLiveUrl']
4089
4093
  @EnableAutoStart = params['EnableAutoStart']
4094
+ @RecordBackground = params['RecordBackground']
4090
4095
  end
4091
4096
  end
4092
4097
 
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.724
4
+ version: 3.0.725
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-12-10 00:00:00.000000000 Z
11
+ date: 2023-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common