tencentcloud-sdk-lcic 3.0.865 → 3.0.867

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 +19 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c7b1453822e0adfc7444c85e9ec2dea821bbbfe
4
- data.tar.gz: 93262f4fff78fe5da80e85dbcea2d41da965035c
3
+ metadata.gz: f5eead7de56e41da96ea75b25d9c97216d3051da
4
+ data.tar.gz: e48c23246266ec6a94053ae0b8ecafd4b9e44a1d
5
5
  SHA512:
6
- metadata.gz: 99b45bad1241c9855b5c2bc604060fb9e17f9b37ef766d8f0df0387b4f185cdd4fa3d362adbdc133fe9bdcb4ef8465a159ace03d6381b7b7fdb3b5c4f520cc45
7
- data.tar.gz: 2d1c0f92b0e881c3cac6aa3ecf44c73dde584d39ba603cfb9e78b3d67853889d3022dd2e60c29bde00dd99ee493d0ca48b6a788d73d738a7370e3dcb31a7c393
6
+ metadata.gz: d29d54b9a7dd9c68b3f02eed7a08c802dab80feacc0d57f1ee66abf6805bdcf2ec1c7aa3f7ce95c7dce73a9d1993a2b22aa99a7e13f4b7dddefdcc923dbff276
7
+ data.tar.gz: 05aed8833ce7044d7f5c0ca21e8411cc977bcb05066680eee4102717880b8fa09f72acc771f566a5db539ab1719f6380e5d7ac690e9d99542dee1f5685599323
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.865
1
+ 3.0.867
@@ -935,13 +935,15 @@ module TencentCloud
935
935
  # @type RecordScene: String
936
936
  # @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
937
937
  # @type RecordLang: String
938
+ # @param RecordStream: 录制类型 0 仅录制混流(默认) ;1 录制混流+单流,该模式下除混流录制基础上,分别录制老师、台上学生的音视频流,每路录制都会产生相应的录制费用 。示例:0
939
+ # @type RecordStream: Integer
938
940
 
939
- 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
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 :RecordLang, :none, 2024, 6
942
- deprecate :RecordLang=, :none, 2024, 6
943
+ deprecate :RecordLang, :none, 2024, 7
944
+ deprecate :RecordLang=, :none, 2024, 7
943
945
 
944
- 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)
946
+ 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)
945
947
  @Name = name
946
948
  @StartTime = starttime
947
949
  @EndTime = endtime
@@ -971,6 +973,7 @@ module TencentCloud
971
973
  @RecordBackground = recordbackground
972
974
  @RecordScene = recordscene
973
975
  @RecordLang = recordlang
976
+ @RecordStream = recordstream
974
977
  end
975
978
 
976
979
  def deserialize(params)
@@ -1003,6 +1006,7 @@ module TencentCloud
1003
1006
  @RecordBackground = params['RecordBackground']
1004
1007
  @RecordScene = params['RecordScene']
1005
1008
  @RecordLang = params['RecordLang']
1009
+ @RecordStream = params['RecordStream']
1006
1010
  end
1007
1011
  end
1008
1012
 
@@ -2193,7 +2197,7 @@ module TencentCloud
2193
2197
  # @type VideoDuration: Integer
2194
2198
  # @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
2195
2199
  # @type EndDelayTime: Integer
2196
- # @param LiveType: 直播类型:0 常规(默认)1 伪直播
2200
+ # @param LiveType: 直播类型:0 常规(默认)1 伪直播 2 RTMP推流直播
2197
2201
  # @type LiveType: Integer
2198
2202
  # @param RecordLiveUrl: 伪直播链接
2199
2203
  # @type RecordLiveUrl: String
@@ -3743,8 +3747,8 @@ module TencentCloud
3743
3747
 
3744
3748
  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
3745
3749
  extend Gem::Deprecate
3746
- deprecate :RecordLang, :none, 2024, 6
3747
- deprecate :RecordLang=, :none, 2024, 6
3750
+ deprecate :RecordLang, :none, 2024, 7
3751
+ deprecate :RecordLang=, :none, 2024, 7
3748
3752
 
3749
3753
  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)
3750
3754
  @RoomId = roomid
@@ -4082,13 +4086,15 @@ module TencentCloud
4082
4086
  # @type RecordScene: String
4083
4087
  # @param RecordLang: 录制自定义语言,仅recordlayout=9的时候此参数有效
4084
4088
  # @type RecordLang: String
4089
+ # @param RecordStream: 录制类型 0 仅录制混流(默认) ;1 录制混流+单流,该模式下除混流录制基础上,分别录制老师、台上学生的音视频流,每路录制都会产生相应的录制费用 。示例:0
4090
+ # @type RecordStream: Integer
4085
4091
 
4086
- 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
4092
+ 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
4087
4093
  extend Gem::Deprecate
4088
- deprecate :RecordLang, :none, 2024, 6
4089
- deprecate :RecordLang=, :none, 2024, 6
4094
+ deprecate :RecordLang, :none, 2024, 7
4095
+ deprecate :RecordLang=, :none, 2024, 7
4090
4096
 
4091
- 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)
4097
+ 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)
4092
4098
  @Name = name
4093
4099
  @StartTime = starttime
4094
4100
  @EndTime = endtime
@@ -4117,6 +4123,7 @@ module TencentCloud
4117
4123
  @RecordBackground = recordbackground
4118
4124
  @RecordScene = recordscene
4119
4125
  @RecordLang = recordlang
4126
+ @RecordStream = recordstream
4120
4127
  end
4121
4128
 
4122
4129
  def deserialize(params)
@@ -4148,6 +4155,7 @@ module TencentCloud
4148
4155
  @RecordBackground = params['RecordBackground']
4149
4156
  @RecordScene = params['RecordScene']
4150
4157
  @RecordLang = params['RecordLang']
4158
+ @RecordStream = params['RecordStream']
4151
4159
  end
4152
4160
  end
4153
4161
 
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.865
4
+ version: 3.0.867
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-15 00:00:00.000000000 Z
11
+ date: 2024-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common