tencentcloud-sdk-car 3.0.641 → 3.0.642

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 25d16ff2cc95bac91b64aaacd3d0b325851b8a08
4
- data.tar.gz: 5bc0d4be740a18989233504951bc94dd4cd0bc60
3
+ metadata.gz: 203733ad04160cab5c6468d4e4483a04b188b29c
4
+ data.tar.gz: b7aa8d50863de557ab3931c357ef7ac9ac1bcba7
5
5
  SHA512:
6
- metadata.gz: 6445bfb6eda7a7d2aca30ad81d8c6aa6dd60937e24565494069751a150c5749d954d96567c71b2d05957f4e7cf2aeeb0b2d57087e0e25d8ddb976205556d0608
7
- data.tar.gz: 432d2a4a7be2740a58410c0b615b5f014063040505348d94fe34be6525245483bb7540242c47100d95ab6371899df2dad52023b5362833901e1bde3a64cd6c70
6
+ metadata.gz: d0fd34e07404db327af79b078ed62809ae069713f8f97879baf7634e55a93f8cf003fd8550c11abd5d67d496917216e2aec7aad911440013c5b17b4c1b6f80fe
7
+ data.tar.gz: 1af6ecf3ff934f0f7d0de04021395189c2f974c4dc1e6a86df856413e11b4c90b7000be9ab05df000ef12f3cf1b6901084ea16d532adecbee0cdac748ac285c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.641
1
+ 3.0.642
@@ -29,7 +29,7 @@ module TencentCloud
29
29
  end
30
30
 
31
31
 
32
- # 申请并发
32
+ # 本接口用于申请并发。接口超时时间:20秒。
33
33
 
34
34
  # @param request: Request instance for ApplyConcurrent.
35
35
  # @type request: :class:`Tencentcloud::car::V20220110::ApplyConcurrentRequest`
@@ -53,7 +53,7 @@ module TencentCloud
53
53
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
54
54
  end
55
55
 
56
- # 创建会话
56
+ # 本接口用于创建会话。接口超时时间:5秒。
57
57
 
58
58
  # @param request: Request instance for CreateSession.
59
59
  # @type request: :class:`Tencentcloud::car::V20220110::CreateSessionRequest`
@@ -81,6 +81,9 @@ module TencentCloud
81
81
  # 如果请求的是多应用共享项目,此参数生效;
82
82
  # 如果请求的是关闭预启动的单应用独享项目,此参数生效;
83
83
  # 如果请求的是开启预启动的单应用独享项目,此参数失效。
84
+
85
+ # 注意:在此参数生效的情况下,将会被追加到控制台应用或项目配置的启动参数的后面。
86
+ # 例如,对于某关闭预启动的单应用独享项目,若在控制台中项目配置的启动参数为bar=0,而ApplicationParameters参数为foo=1,则实际应用启动参数为bar=0 foo=1。
84
87
  # @type ApplicationParameters: String
85
88
  # @param HostUserId: 【多人互动】房主用户ID,在多人互动模式下为必填字段。
86
89
  # 如果该用户是房主,HostUserId需要和UserId保持一致;
@@ -170,15 +173,19 @@ module TencentCloud
170
173
  class StartPublishStreamRequest < TencentCloud::Common::AbstractModel
171
174
  # @param UserId: 唯一用户身份标识,由业务方自定义,平台不予理解。(UserId将作为StreamId进行推流,比如绑定推流域名为abc.livepush.myqcloud.com,那么推流地址为rtmp://abc.livepush.myqcloud.com/live/UserId?txSecret=xxx&txTime=xxx)
172
175
  # @type UserId: String
176
+ # @param PublishStreamArgs: 推流参数,推流时携带自定义参数。
177
+ # @type PublishStreamArgs: String
173
178
 
174
- attr_accessor :UserId
179
+ attr_accessor :UserId, :PublishStreamArgs
175
180
 
176
- def initialize(userid=nil)
181
+ def initialize(userid=nil, publishstreamargs=nil)
177
182
  @UserId = userid
183
+ @PublishStreamArgs = publishstreamargs
178
184
  end
179
185
 
180
186
  def deserialize(params)
181
187
  @UserId = params['UserId']
188
+ @PublishStreamArgs = params['PublishStreamArgs']
182
189
  end
183
190
  end
184
191
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-car
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.641
4
+ version: 3.0.642
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-22 00:00:00.000000000 Z
11
+ date: 2023-08-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/v20220110/models.rb
37
- - lib/v20220110/client.rb
38
36
  - lib/tencentcloud-sdk-car.rb
37
+ - lib/v20220110/client.rb
38
+ - lib/v20220110/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: