tencentcloud-sdk-lcic 3.0.731 → 3.0.733

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 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 761046b1ce3cc9259cfeeda51e2790d370c94009
4
- data.tar.gz: 67620e021dd534573ac2b6b56e82f0f7078317d8
3
+ metadata.gz: f4b6468a30674f338856f61ebc70445c22c9a2e7
4
+ data.tar.gz: 57097443a6d86c79bc30b0f03a6dad2f07fd3c6d
5
5
  SHA512:
6
- metadata.gz: 93ec656008f53d3dfabde0795a76ee4ad832bb3b7bc02cbe36fd7f7bcb1624196ab5088321c1273d9290ca3704b550e23ab65a6b3915a072570cf584f5e81f4d
7
- data.tar.gz: 31444da3249d98d64c0180f7535a24a269c9b825893cc5eec81915a220d9615115c90820a6c00a5fe33b655026b87690c78e4d313fcb458471b75fa41858fbd2
6
+ metadata.gz: ac7dae69d673ce4b663a1437d381944a6c304a18b339feba213213d9edd5b7559e16183f6ea2a059bb0ad4bba57b03c0164c42e42f922ecbe1da753f87c9ece8
7
+ data.tar.gz: 575b7083d840d5495b4c0e8508d30f9a4ac384074aacd8ab237728e44cab45a3d5af6ae5364999fafbd3613867b666e2500ef710ee3563a70508b100644e3550
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.731
1
+ 3.0.733
@@ -882,7 +882,7 @@ module TencentCloud
882
882
  # @type RoomType: Integer
883
883
  # @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
884
884
  # @type EndDelayTime: Integer
885
- # @param LiveType: 直播方式:0 常规模式(默认)1 回放直播模式(伪直播)
885
+ # @param LiveType: 直播类型:0 常规(默认)1 伪直播
886
886
  # @type LiveType: Integer
887
887
  # @param RecordLiveUrl: 伪直播链接
888
888
  # @type RecordLiveUrl: String
@@ -2094,7 +2094,7 @@ module TencentCloud
2094
2094
  # @type VideoDuration: Integer
2095
2095
  # @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
2096
2096
  # @type EndDelayTime: Integer
2097
- # @param LiveType: 直播方式:0 常规模式(默认)1 回放直播模式(伪直播)
2097
+ # @param LiveType: 直播类型:0 常规(默认)1 伪直播
2098
2098
  # @type LiveType: Integer
2099
2099
  # @param RecordLiveUrl: 伪直播链接
2100
2100
  # @type RecordLiveUrl: String
@@ -3913,16 +3913,18 @@ module TencentCloud
3913
3913
  # @type RoomType: Integer
3914
3914
  # @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
3915
3915
  # @type EndDelayTime: Integer
3916
- # @param LiveType: 直播方式:0 常规模式(默认)1 回放直播模式(伪直播)
3916
+ # @param LiveType: 直播类型:0 常规(默认)1 伪直播
3917
3917
  # @type LiveType: Integer
3918
3918
  # @param RecordLiveUrl: 伪直播回放链接
3919
3919
  # @type RecordLiveUrl: String
3920
3920
  # @param EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效
3921
3921
  # @type EnableAutoStart: Integer
3922
+ # @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
3923
+ # @type RecordBackground: String
3922
3924
 
3923
- 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
3925
+ 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
3924
3926
 
3925
- 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)
3927
+ 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)
3926
3928
  @Name = name
3927
3929
  @StartTime = starttime
3928
3930
  @EndTime = endtime
@@ -3948,6 +3950,7 @@ module TencentCloud
3948
3950
  @LiveType = livetype
3949
3951
  @RecordLiveUrl = recordliveurl
3950
3952
  @EnableAutoStart = enableautostart
3953
+ @RecordBackground = recordbackground
3951
3954
  end
3952
3955
 
3953
3956
  def deserialize(params)
@@ -3976,6 +3979,7 @@ module TencentCloud
3976
3979
  @LiveType = params['LiveType']
3977
3980
  @RecordLiveUrl = params['RecordLiveUrl']
3978
3981
  @EnableAutoStart = params['EnableAutoStart']
3982
+ @RecordBackground = params['RecordBackground']
3979
3983
  end
3980
3984
  end
3981
3985
 
@@ -4037,7 +4041,7 @@ module TencentCloud
4037
4041
  # @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
4038
4042
  # 注意:此字段可能返回 null,表示取不到有效值。
4039
4043
  # @type EndDelayTime: Integer
4040
- # @param LiveType: 直播方式:0 常规模式(默认)1 回放直播模式(伪直播)
4044
+ # @param LiveType: 直播类型:0 常规(默认)1 伪直播
4041
4045
  # 注意:此字段可能返回 null,表示取不到有效值。
4042
4046
  # @type LiveType: Integer
4043
4047
  # @param RecordLiveUrl: 伪直播回放链接
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.731
4
+ version: 3.0.733
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-20 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common