tencentcloud-sdk-live 3.0.1087 → 3.0.1088

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: 2d18ac43a400c1217ec232068b4f8865d07966c4
4
- data.tar.gz: e630d8336d7180088b8078aa36617c2c7316fe30
3
+ metadata.gz: bd22269d40d762303ae0168856966ca7e8c44b76
4
+ data.tar.gz: 8ccd495b33667383488fe2d0f72db4a32bc5d6db
5
5
  SHA512:
6
- metadata.gz: 24e1fa8e6d0b105c91a5351a2664e464db9622cd998c2345d00d91b94db1d002b9418cb339e6fc5466f1557f1e9c12f2689ae2becdac28864adac332712561bc
7
- data.tar.gz: 5080defe86be1c49ab12bf371adfcf65c5f37751d1a171a0da06988b7a646e19285b2d4992162d7026e74daaebd3df868e2e38d91b04757d893fcf2cb638bf65
6
+ metadata.gz: dad667362e72010e606ebdead3505a1d15d7293fef08653cdc304ac23478211a4c2bdebe61a1d52aab7c5061581e23886b288d04ccf79e99dae84780be8c0790
7
+ data.tar.gz: 0e4bb108ffb99863a84a5aa770a3013b8ee4b9260a4f7f190ffaaec04049bbd5f07864892e9ee0e4acb523e43095594b54fc800d94f2af23c9eb151bbc3e4985
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1087
1
+ 3.0.1088
@@ -14249,6 +14249,8 @@ module TencentCloud
14249
14249
  # @type StreamName: String
14250
14250
  # @param Id: 云端特效 ID。
14251
14251
  # @type Id: String
14252
+ # @param LoopTimes: 默认随系统配置,云端特效循环 少于5次。可自定义指定礼物循环次数,不超过100次。
14253
+ # @type LoopTimes: Integer
14252
14254
  # @param Operator: 操作人备注信息。
14253
14255
  # @type Operator: String
14254
14256
  # @param ZoomFactor: 缩小比例,默认0 不缩放。
@@ -14261,13 +14263,14 @@ module TencentCloud
14261
14263
  # 原点为画面左上角,该参数指定特效渲染离原点的纵向比例,可选值 0 - 100。
14262
14264
  # @type YPosition: String
14263
14265
 
14264
- attr_accessor :AppName, :PushDomainName, :StreamName, :Id, :Operator, :ZoomFactor, :XPosition, :YPosition
14266
+ attr_accessor :AppName, :PushDomainName, :StreamName, :Id, :LoopTimes, :Operator, :ZoomFactor, :XPosition, :YPosition
14265
14267
 
14266
- def initialize(appname=nil, pushdomainname=nil, streamname=nil, id=nil, operator=nil, zoomfactor=nil, xposition=nil, yposition=nil)
14268
+ def initialize(appname=nil, pushdomainname=nil, streamname=nil, id=nil, looptimes=nil, operator=nil, zoomfactor=nil, xposition=nil, yposition=nil)
14267
14269
  @AppName = appname
14268
14270
  @PushDomainName = pushdomainname
14269
14271
  @StreamName = streamname
14270
14272
  @Id = id
14273
+ @LoopTimes = looptimes
14271
14274
  @Operator = operator
14272
14275
  @ZoomFactor = zoomfactor
14273
14276
  @XPosition = xposition
@@ -14279,6 +14282,7 @@ module TencentCloud
14279
14282
  @PushDomainName = params['PushDomainName']
14280
14283
  @StreamName = params['StreamName']
14281
14284
  @Id = params['Id']
14285
+ @LoopTimes = params['LoopTimes']
14282
14286
  @Operator = params['Operator']
14283
14287
  @ZoomFactor = params['ZoomFactor']
14284
14288
  @XPosition = params['XPosition']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1087
4
+ version: 3.0.1088
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-23 00:00:00.000000000 Z
11
+ date: 2025-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common