tencentcloud-sdk-lcic 3.0.952 → 3.0.954
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220817/models.rb +11 -14
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4e609c85900a0ae43eaefeed4d8f74f4d89c1e3
|
4
|
+
data.tar.gz: ecb6c15c05d2b45ea54a7b9415fc9c1d22d3fca5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7726209317bd6d7ebe13b8d34812ca6342980a088cd558e3e73a5ca73c452a6201bab295bfe341b38f1124804f1bba5333bddfe3de476d755cb1bfce024731b9
|
7
|
+
data.tar.gz: 1250fa9d9f256a0a58f19b250686eb8b18be2dc4e598744a0ce43b8bfc35327b392923117fd95b366ab47988fbc7392f24078ceb2a00d29a8c447d28dd9401f6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.954
|
data/lib/v20220817/models.rb
CHANGED
@@ -891,10 +891,7 @@ module TencentCloud
|
|
891
891
|
# 0:流畅模式(默认值),占用更小的带宽、拥有更好的降噪效果,适用于1对1、小班教学、多人音视频会议等场景。
|
892
892
|
# 1:高音质模式,适合需要高保真传输音乐的场景,但降噪效果会被削弱,适用于音乐教学场景。
|
893
893
|
# @type AudioQuality: Integer
|
894
|
-
# @param DisableRecord:
|
895
|
-
# 0 不禁止录制(自动开启录制,默认值)
|
896
|
-
# 1 禁止录制
|
897
|
-
# 注:如果该配置取值为0,录制将从上课后开始,课堂结束后停止。
|
894
|
+
# @param DisableRecord: 录制方式,可以有以下取值:0 开启自动录制(默认值)1 禁止录制2 开启手动录制 注: - 如果该配置取值为0,录制将从上课后开始,课堂结束后停止。 - 如果该配置取值为2,需通过startRecord、stopRecord接口控制录制的开始和结束。
|
898
895
|
# @type DisableRecord: Integer
|
899
896
|
# @param Assistants: 助教Id列表。通过[注册用户]接口获取的UserId。指定后该用户在房间内拥有助教权限。
|
900
897
|
# @type Assistants: Array
|
@@ -940,10 +937,10 @@ module TencentCloud
|
|
940
937
|
|
941
938
|
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
|
942
939
|
extend Gem::Deprecate
|
943
|
-
deprecate :RTCAudienceNumber, :none, 2024,
|
944
|
-
deprecate :RTCAudienceNumber=, :none, 2024,
|
945
|
-
deprecate :RecordLang, :none, 2024,
|
946
|
-
deprecate :RecordLang=, :none, 2024,
|
940
|
+
deprecate :RTCAudienceNumber, :none, 2024, 12
|
941
|
+
deprecate :RTCAudienceNumber=, :none, 2024, 12
|
942
|
+
deprecate :RecordLang, :none, 2024, 12
|
943
|
+
deprecate :RecordLang=, :none, 2024, 12
|
947
944
|
|
948
945
|
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)
|
949
946
|
@Name = name
|
@@ -3999,8 +3996,8 @@ module TencentCloud
|
|
3999
3996
|
|
4000
3997
|
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
|
4001
3998
|
extend Gem::Deprecate
|
4002
|
-
deprecate :RecordLang, :none, 2024,
|
4003
|
-
deprecate :RecordLang=, :none, 2024,
|
3999
|
+
deprecate :RecordLang, :none, 2024, 12
|
4000
|
+
deprecate :RecordLang=, :none, 2024, 12
|
4004
4001
|
|
4005
4002
|
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)
|
4006
4003
|
@RoomId = roomid
|
@@ -4346,10 +4343,10 @@ module TencentCloud
|
|
4346
4343
|
|
4347
4344
|
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
|
4348
4345
|
extend Gem::Deprecate
|
4349
|
-
deprecate :RTCAudienceNumber, :none, 2024,
|
4350
|
-
deprecate :RTCAudienceNumber=, :none, 2024,
|
4351
|
-
deprecate :RecordLang, :none, 2024,
|
4352
|
-
deprecate :RecordLang=, :none, 2024,
|
4346
|
+
deprecate :RTCAudienceNumber, :none, 2024, 12
|
4347
|
+
deprecate :RTCAudienceNumber=, :none, 2024, 12
|
4348
|
+
deprecate :RecordLang, :none, 2024, 12
|
4349
|
+
deprecate :RecordLang=, :none, 2024, 12
|
4353
4350
|
|
4354
4351
|
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)
|
4355
4352
|
@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.954
|
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-12-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|