tencentcloud-sdk-lcic 3.0.760 → 3.0.761
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 +12 -4
- 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: 67fa5736c03d188c6958186814301aefd07a743a
|
|
4
|
+
data.tar.gz: f5040ab73eecf8befe2e6b4e300b96946fda1632
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2483c50b758c55cc36606ecd71181baade4d06d50d0bc0ecc113d5beebdffdf8a9c3a420c0c1e2a5a12d6256399aecc5d36eadf41c392dfef4dbbb1f09605ee9
|
|
7
|
+
data.tar.gz: a2f37d77be398bd05a4ca851d47fc820ed3badc6773eb2119747394aa961561ad4f2e0bcbbafd8a3d3bf7c5fcf724932acfed5eba0181768d6600325d128d4e2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.761
|
data/lib/v20220817/models.rb
CHANGED
|
@@ -2016,15 +2016,19 @@ module TencentCloud
|
|
|
2016
2016
|
class DescribeRoomRequest < TencentCloud::Common::AbstractModel
|
|
2017
2017
|
# @param RoomId: 房间Id。
|
|
2018
2018
|
# @type RoomId: Integer
|
|
2019
|
+
# @param RTMPStreamingURL: 请求RTMP推流链接,0:否,1:是,默认为0。
|
|
2020
|
+
# @type RTMPStreamingURL: Integer
|
|
2019
2021
|
|
|
2020
|
-
attr_accessor :RoomId
|
|
2022
|
+
attr_accessor :RoomId, :RTMPStreamingURL
|
|
2021
2023
|
|
|
2022
|
-
def initialize(roomid=nil)
|
|
2024
|
+
def initialize(roomid=nil, rtmpstreamingurl=nil)
|
|
2023
2025
|
@RoomId = roomid
|
|
2026
|
+
@RTMPStreamingURL = rtmpstreamingurl
|
|
2024
2027
|
end
|
|
2025
2028
|
|
|
2026
2029
|
def deserialize(params)
|
|
2027
2030
|
@RoomId = params['RoomId']
|
|
2031
|
+
@RTMPStreamingURL = params['RTMPStreamingURL']
|
|
2028
2032
|
end
|
|
2029
2033
|
end
|
|
2030
2034
|
|
|
@@ -2102,12 +2106,14 @@ module TencentCloud
|
|
|
2102
2106
|
# @type EnableAutoStart: Integer
|
|
2103
2107
|
# @param RecordBackground: 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
|
2104
2108
|
# @type RecordBackground: String
|
|
2109
|
+
# @param RTMPStreamingURL: RTMP推流链接
|
|
2110
|
+
# @type RTMPStreamingURL: String
|
|
2105
2111
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2106
2112
|
# @type RequestId: String
|
|
2107
2113
|
|
|
2108
|
-
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :VideoDuration, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RequestId
|
|
2114
|
+
attr_accessor :Name, :StartTime, :EndTime, :TeacherId, :SdkAppId, :AudienceType, :Resolution, :MaxMicNumber, :AutoMic, :AudioQuality, :SubType, :DisableRecord, :Assistants, :RecordUrl, :Status, :GroupId, :EnableDirectControl, :InteractionMode, :VideoOrientation, :IsGradingRequiredPostClass, :RoomType, :VideoDuration, :EndDelayTime, :LiveType, :RecordLiveUrl, :EnableAutoStart, :RecordBackground, :RTMPStreamingURL, :RequestId
|
|
2109
2115
|
|
|
2110
|
-
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, videoduration=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, requestid=nil)
|
|
2116
|
+
def initialize(name=nil, starttime=nil, endtime=nil, teacherid=nil, sdkappid=nil, audiencetype=nil, resolution=nil, maxmicnumber=nil, automic=nil, audioquality=nil, subtype=nil, disablerecord=nil, assistants=nil, recordurl=nil, status=nil, groupid=nil, enabledirectcontrol=nil, interactionmode=nil, videoorientation=nil, isgradingrequiredpostclass=nil, roomtype=nil, videoduration=nil, enddelaytime=nil, livetype=nil, recordliveurl=nil, enableautostart=nil, recordbackground=nil, rtmpstreamingurl=nil, requestid=nil)
|
|
2111
2117
|
@Name = name
|
|
2112
2118
|
@StartTime = starttime
|
|
2113
2119
|
@EndTime = endtime
|
|
@@ -2135,6 +2141,7 @@ module TencentCloud
|
|
|
2135
2141
|
@RecordLiveUrl = recordliveurl
|
|
2136
2142
|
@EnableAutoStart = enableautostart
|
|
2137
2143
|
@RecordBackground = recordbackground
|
|
2144
|
+
@RTMPStreamingURL = rtmpstreamingurl
|
|
2138
2145
|
@RequestId = requestid
|
|
2139
2146
|
end
|
|
2140
2147
|
|
|
@@ -2166,6 +2173,7 @@ module TencentCloud
|
|
|
2166
2173
|
@RecordLiveUrl = params['RecordLiveUrl']
|
|
2167
2174
|
@EnableAutoStart = params['EnableAutoStart']
|
|
2168
2175
|
@RecordBackground = params['RecordBackground']
|
|
2176
|
+
@RTMPStreamingURL = params['RTMPStreamingURL']
|
|
2169
2177
|
@RequestId = params['RequestId']
|
|
2170
2178
|
end
|
|
2171
2179
|
end
|
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.761
|
|
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-01-
|
|
11
|
+
date: 2024-01-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|