tencentcloud-sdk-lcic 3.0.803 → 3.0.805
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 +33 -12
- 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: 49faf2c35771da1d18988fdd5f160df22848461c
|
4
|
+
data.tar.gz: c68d377cb279ce771e24f6bcc2d930b896a5aeba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8e70facdf9b3619e8a3fb7471c2f53745e0c650196a301a42c5c665eb49a15bcefbe0191b36930ac688e107af964389dcfb4a42278818551c0dd439fba17c9f
|
7
|
+
data.tar.gz: 2c7a9cf197fcb83bbf25b0388e9fdfe97c3a8fe96c8d9bb7ffc94482be3127fee54232dd483abbfbac4856b6a4f1457b7c9ea0e990e77dd421acf25581b48087
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.805
|
data/lib/v20220817/models.rb
CHANGED
@@ -429,7 +429,7 @@ module TencentCloud
|
|
429
429
|
# @type SdkAppId: Integer
|
430
430
|
# @param Page: 分页查询当前页数,从1开始递增
|
431
431
|
# @type Page: Integer
|
432
|
-
# @param Limit: 每页数据量,最大
|
432
|
+
# @param Limit: 每页数据量,最大200
|
433
433
|
# @type Limit: Integer
|
434
434
|
# @param Permission: 课件权限。[0]:获取owner的私有课件;[1]:获取owner的公开课件; [0,1]:则获取owner的私有课件和公开课件;[2]:获取owner的私有课件和所有人(包括owner)的公开课件
|
435
435
|
# @type Permission: Array
|
@@ -708,10 +708,12 @@ module TencentCloud
|
|
708
708
|
# 2. 自动翻页:移除PPT上所有自动翻页设置,并设置为单击鼠标翻页
|
709
709
|
# 3. 已损坏音视频:移除PPT上对损坏音视频的引用
|
710
710
|
# @type AutoHandleUnsupportedElement: Boolean
|
711
|
+
# @param MinScaleResolution: 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率。示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
|
712
|
+
# @type MinScaleResolution: String
|
711
713
|
|
712
|
-
attr_accessor :SdkAppId, :DocumentUrl, :DocumentName, :Owner, :TranscodeType, :Permission, :DocumentType, :DocumentSize, :AutoHandleUnsupportedElement
|
714
|
+
attr_accessor :SdkAppId, :DocumentUrl, :DocumentName, :Owner, :TranscodeType, :Permission, :DocumentType, :DocumentSize, :AutoHandleUnsupportedElement, :MinScaleResolution
|
713
715
|
|
714
|
-
def initialize(sdkappid=nil, documenturl=nil, documentname=nil, owner=nil, transcodetype=nil, permission=nil, documenttype=nil, documentsize=nil, autohandleunsupportedelement=nil)
|
716
|
+
def initialize(sdkappid=nil, documenturl=nil, documentname=nil, owner=nil, transcodetype=nil, permission=nil, documenttype=nil, documentsize=nil, autohandleunsupportedelement=nil, minscaleresolution=nil)
|
715
717
|
@SdkAppId = sdkappid
|
716
718
|
@DocumentUrl = documenturl
|
717
719
|
@DocumentName = documentname
|
@@ -721,6 +723,7 @@ module TencentCloud
|
|
721
723
|
@DocumentType = documenttype
|
722
724
|
@DocumentSize = documentsize
|
723
725
|
@AutoHandleUnsupportedElement = autohandleunsupportedelement
|
726
|
+
@MinScaleResolution = minscaleresolution
|
724
727
|
end
|
725
728
|
|
726
729
|
def deserialize(params)
|
@@ -733,6 +736,7 @@ module TencentCloud
|
|
733
736
|
@DocumentType = params['DocumentType']
|
734
737
|
@DocumentSize = params['DocumentSize']
|
735
738
|
@AutoHandleUnsupportedElement = params['AutoHandleUnsupportedElement']
|
739
|
+
@MinScaleResolution = params['MinScaleResolution']
|
736
740
|
end
|
737
741
|
end
|
738
742
|
|
@@ -867,7 +871,7 @@ module TencentCloud
|
|
867
871
|
# 2 高清
|
868
872
|
# 3 全高清
|
869
873
|
# @type Resolution: Integer
|
870
|
-
# @param MaxMicNumber:
|
874
|
+
# @param MaxMicNumber: 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
871
875
|
# @type MaxMicNumber: Integer
|
872
876
|
# @param SubType: 房间子类型,可以有以下取值:
|
873
877
|
# videodoc 文档+视频
|
@@ -1622,12 +1626,16 @@ module TencentCloud
|
|
1622
1626
|
# @type Pages: Integer
|
1623
1627
|
# @param Preview: 课件预览地址
|
1624
1628
|
# @type Preview: String
|
1629
|
+
# @param Resolution: 文档的分辨率
|
1630
|
+
# @type Resolution: String
|
1631
|
+
# @param MinScaleResolution: 转码后文档的最小分辨率,和创建文档时传入的参数一致。
|
1632
|
+
# @type MinScaleResolution: String
|
1625
1633
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1626
1634
|
# @type RequestId: String
|
1627
1635
|
|
1628
|
-
attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :Preview, :RequestId
|
1636
|
+
attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :Preview, :Resolution, :MinScaleResolution, :RequestId
|
1629
1637
|
|
1630
|
-
def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, preview=nil, requestid=nil)
|
1638
|
+
def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, preview=nil, resolution=nil, minscaleresolution=nil, requestid=nil)
|
1631
1639
|
@DocumentId = documentid
|
1632
1640
|
@DocumentUrl = documenturl
|
1633
1641
|
@DocumentName = documentname
|
@@ -1644,6 +1652,8 @@ module TencentCloud
|
|
1644
1652
|
@UpdateTime = updatetime
|
1645
1653
|
@Pages = pages
|
1646
1654
|
@Preview = preview
|
1655
|
+
@Resolution = resolution
|
1656
|
+
@MinScaleResolution = minscaleresolution
|
1647
1657
|
@RequestId = requestid
|
1648
1658
|
end
|
1649
1659
|
|
@@ -1664,6 +1674,8 @@ module TencentCloud
|
|
1664
1674
|
@UpdateTime = params['UpdateTime']
|
1665
1675
|
@Pages = params['Pages']
|
1666
1676
|
@Preview = params['Preview']
|
1677
|
+
@Resolution = params['Resolution']
|
1678
|
+
@MinScaleResolution = params['MinScaleResolution']
|
1667
1679
|
@RequestId = params['RequestId']
|
1668
1680
|
end
|
1669
1681
|
end
|
@@ -2133,7 +2145,7 @@ module TencentCloud
|
|
2133
2145
|
# 2 高清
|
2134
2146
|
# 3 全高清
|
2135
2147
|
# @type Resolution: Integer
|
2136
|
-
# @param MaxMicNumber:
|
2148
|
+
# @param MaxMicNumber: 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
2137
2149
|
# @type MaxMicNumber: Integer
|
2138
2150
|
# @param AutoMic: 进入课堂时是否自动连麦。可以有以下取值:
|
2139
2151
|
# 0 不自动连麦(需要手动申请上麦,默认值)
|
@@ -2630,10 +2642,16 @@ module TencentCloud
|
|
2630
2642
|
# @param Preview: 课件预览地址
|
2631
2643
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2632
2644
|
# @type Preview: String
|
2645
|
+
# @param Resolution: 文档的分辨率
|
2646
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2647
|
+
# @type Resolution: String
|
2648
|
+
# @param MinScaleResolution: 转码后文档的最小分辨率,和创建文档时传入的参数一致。
|
2649
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2650
|
+
# @type MinScaleResolution: String
|
2633
2651
|
|
2634
|
-
attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :Width, :Height, :Cover, :Preview
|
2652
|
+
attr_accessor :DocumentId, :DocumentUrl, :DocumentName, :Owner, :SdkAppId, :Permission, :TranscodeResult, :TranscodeType, :TranscodeProgress, :TranscodeState, :TranscodeInfo, :DocumentType, :DocumentSize, :UpdateTime, :Pages, :Width, :Height, :Cover, :Preview, :Resolution, :MinScaleResolution
|
2635
2653
|
|
2636
|
-
def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, width=nil, height=nil, cover=nil, preview=nil)
|
2654
|
+
def initialize(documentid=nil, documenturl=nil, documentname=nil, owner=nil, sdkappid=nil, permission=nil, transcoderesult=nil, transcodetype=nil, transcodeprogress=nil, transcodestate=nil, transcodeinfo=nil, documenttype=nil, documentsize=nil, updatetime=nil, pages=nil, width=nil, height=nil, cover=nil, preview=nil, resolution=nil, minscaleresolution=nil)
|
2637
2655
|
@DocumentId = documentid
|
2638
2656
|
@DocumentUrl = documenturl
|
2639
2657
|
@DocumentName = documentname
|
@@ -2653,6 +2671,8 @@ module TencentCloud
|
|
2653
2671
|
@Height = height
|
2654
2672
|
@Cover = cover
|
2655
2673
|
@Preview = preview
|
2674
|
+
@Resolution = resolution
|
2675
|
+
@MinScaleResolution = minscaleresolution
|
2656
2676
|
end
|
2657
2677
|
|
2658
2678
|
def deserialize(params)
|
@@ -2675,6 +2695,8 @@ module TencentCloud
|
|
2675
2695
|
@Height = params['Height']
|
2676
2696
|
@Cover = params['Cover']
|
2677
2697
|
@Preview = params['Preview']
|
2698
|
+
@Resolution = params['Resolution']
|
2699
|
+
@MinScaleResolution = params['MinScaleResolution']
|
2678
2700
|
end
|
2679
2701
|
end
|
2680
2702
|
|
@@ -3665,8 +3687,7 @@ module TencentCloud
|
|
3665
3687
|
# 3 全高清
|
3666
3688
|
# 直播开始后不允许修改。
|
3667
3689
|
# @type Resolution: Integer
|
3668
|
-
# @param MaxMicNumber:
|
3669
|
-
# 取值范围[0,16],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
3690
|
+
# @param MaxMicNumber: 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
3670
3691
|
# @type MaxMicNumber: Integer
|
3671
3692
|
# @param AutoMic: 进入房间时是否自动连麦。可以有以下取值:
|
3672
3693
|
# 0 不自动连麦(默认值)
|
@@ -4012,7 +4033,7 @@ module TencentCloud
|
|
4012
4033
|
# @type EndTime: Integer
|
4013
4034
|
# @param Resolution: 分辨率。可以有如下取值: 1 标清 2 高清 3 全高清
|
4014
4035
|
# @type Resolution: Integer
|
4015
|
-
# @param MaxMicNumber:
|
4036
|
+
# @param MaxMicNumber: 设置房间/课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。
|
4016
4037
|
# @type MaxMicNumber: Integer
|
4017
4038
|
# @param SubType: 房间子类型,可以有以下取值: videodoc 文档+视频 video 纯视频
|
4018
4039
|
# @type SubType: String
|
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.805
|
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-04-
|
11
|
+
date: 2024-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|