tencentcloud-sdk-lcic 3.0.848 → 3.0.849
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +10 -10
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 308e43dfe5a901a81862158825e6ec5eefae0508
|
4
|
+
data.tar.gz: af339cbe50bbfbed4267815b4d61840a6c8292a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f19e7d12b15131b86773acf6945c5624f142ecfc1f873dd3f964cb9c0e6f17d6c53b78776d712e84799db9b15c5362f9e1607662983c99454ae28e6375e7bfb8
|
7
|
+
data.tar.gz: e018b1afe0b11fda9a19eece3808285cbaf930f90c342a3c933d78f387e9fcaca46a20645dc34661a53236a35972e20569e3065d2e2df7aacb1b98936e71e651
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.849
|
data/lib/v20220817/models.rb
CHANGED
@@ -923,11 +923,11 @@ module TencentCloud
|
|
923
923
|
# @type RoomType: Integer
|
924
924
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
925
925
|
# @type EndDelayTime: Integer
|
926
|
-
# @param LiveType: 直播类型:0 常规(默认)1 伪直播
|
926
|
+
# @param LiveType: 直播类型:0 常规(默认)1 伪直播 2 RTMP推流直播
|
927
927
|
# @type LiveType: Integer
|
928
928
|
# @param RecordLiveUrl: 伪直播链接
|
929
929
|
# @type RecordLiveUrl: String
|
930
|
-
# @param EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效
|
930
|
+
# @param EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1或2的时候有效
|
931
931
|
# @type EnableAutoStart: Integer
|
932
932
|
# @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
933
933
|
# @type RecordBackground: String
|
@@ -938,8 +938,8 @@ module TencentCloud
|
|
938
938
|
|
939
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
|
940
940
|
extend Gem::Deprecate
|
941
|
-
deprecate :RecordLang, :none, 2024,
|
942
|
-
deprecate :RecordLang=, :none, 2024,
|
941
|
+
deprecate :RecordLang, :none, 2024, 6
|
942
|
+
deprecate :RecordLang=, :none, 2024, 6
|
943
943
|
|
944
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)
|
945
945
|
@Name = name
|
@@ -3743,8 +3743,8 @@ module TencentCloud
|
|
3743
3743
|
|
3744
3744
|
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
3745
|
extend Gem::Deprecate
|
3746
|
-
deprecate :RecordLang, :none, 2024,
|
3747
|
-
deprecate :RecordLang=, :none, 2024,
|
3746
|
+
deprecate :RecordLang, :none, 2024, 6
|
3747
|
+
deprecate :RecordLang=, :none, 2024, 6
|
3748
3748
|
|
3749
3749
|
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
3750
|
@RoomId = roomid
|
@@ -4070,11 +4070,11 @@ module TencentCloud
|
|
4070
4070
|
# @type RoomType: Integer
|
4071
4071
|
# @param EndDelayTime: 拖堂时间:单位分钟,0为不限制(默认值), -1为不能拖堂,大于0为拖堂的时间,最大值120分钟
|
4072
4072
|
# @type EndDelayTime: Integer
|
4073
|
-
# @param LiveType: 直播类型:0 常规(默认)1 伪直播
|
4073
|
+
# @param LiveType: 直播类型:0 常规(默认)1 伪直播 2 RTMP推流直播
|
4074
4074
|
# @type LiveType: Integer
|
4075
4075
|
# @param RecordLiveUrl: 伪直播回放链接
|
4076
4076
|
# @type RecordLiveUrl: String
|
4077
|
-
# @param EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效
|
4077
|
+
# @param EnableAutoStart: 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1或2的时候有效
|
4078
4078
|
# @type EnableAutoStart: Integer
|
4079
4079
|
# @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
4080
4080
|
# @type RecordBackground: String
|
@@ -4085,8 +4085,8 @@ module TencentCloud
|
|
4085
4085
|
|
4086
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
|
4087
4087
|
extend Gem::Deprecate
|
4088
|
-
deprecate :RecordLang, :none, 2024,
|
4089
|
-
deprecate :RecordLang=, :none, 2024,
|
4088
|
+
deprecate :RecordLang, :none, 2024, 6
|
4089
|
+
deprecate :RecordLang=, :none, 2024, 6
|
4090
4090
|
|
4091
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)
|
4092
4092
|
@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.
|
4
|
+
version: 3.0.849
|
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-06-
|
11
|
+
date: 2024-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
+
- lib/tencentcloud-sdk-lcic.rb
|
36
37
|
- lib/v20220817/models.rb
|
37
38
|
- lib/v20220817/client.rb
|
38
|
-
- lib/tencentcloud-sdk-lcic.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|