tencentcloud-sdk-live 3.0.659 → 3.0.661

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19b869218fe7375f35b1141eb82f304300cfaece
4
- data.tar.gz: 77e5495284a9e8455080fc7dca34bd18604ee2c2
3
+ metadata.gz: 2d8c3c0952969048e3a15815f52ae98d1acec7a4
4
+ data.tar.gz: 9672f44b59f5985915a638bd9545baec17b1c497
5
5
  SHA512:
6
- metadata.gz: 5a8b81d3df11a79cb432ff7393e81ba226b9c8d77e996a96175ed98c4d644373b6a9313f254124a7e3ff800f2b77b4624fcfa33dc14ea63c662b2be37888a2e7
7
- data.tar.gz: 6498900272cdbae783e7cb9d654d7f62be729d0d2b6cf08ff1b6e908374b05fc757507893fc6cc445af4e69cc4e5bb623495f96a2410c5492a8cf7aa97aa2c7b
6
+ metadata.gz: d917a7aac71ee449e15949c4fcb85b7d5ad7067a0aea6a797bba656624cbe476b20861504e2637269cbc7a8ed097ccdeb6ee407ad713716c29573fdaa0af4264
7
+ data.tar.gz: c99b3bde28ffc5d63e848f1e0a7d5c58770bb4d248589262decc71168f94af57875b575d9a2b5a3dfd05cd57a3bee5ed7378878a02b1fd93d10a091b64686512
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.659
1
+ 3.0.661
@@ -10539,10 +10539,13 @@ module TencentCloud
10539
10539
  # @param RecordTemplateId: 录制模板 ID。
10540
10540
  # 注意:此字段可能返回 null,表示取不到有效值。
10541
10541
  # @type RecordTemplateId: String
10542
+ # @param BackupToUrl: 新增的推流地址。用于单任务推两路场景。
10543
+ # 注意:此字段可能返回 null,表示取不到有效值。
10544
+ # @type BackupToUrl: String
10542
10545
 
10543
- attr_accessor :TaskId, :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :PushArgs, :StartTime, :EndTime, :Region, :VodLoopTimes, :VodRefreshType, :CreateTime, :UpdateTime, :CreateBy, :UpdateBy, :CallbackUrl, :CallbackEvents, :CallbackInfo, :ErrorInfo, :Status, :RecentPullInfo, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId
10546
+ attr_accessor :TaskId, :SourceType, :SourceUrls, :DomainName, :AppName, :StreamName, :PushArgs, :StartTime, :EndTime, :Region, :VodLoopTimes, :VodRefreshType, :CreateTime, :UpdateTime, :CreateBy, :UpdateBy, :CallbackUrl, :CallbackEvents, :CallbackInfo, :ErrorInfo, :Status, :RecentPullInfo, :Comment, :BackupSourceType, :BackupSourceUrl, :WatermarkList, :VodLocalMode, :RecordTemplateId, :BackupToUrl
10544
10547
 
10545
- def initialize(taskid=nil, sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, pushargs=nil, starttime=nil, endtime=nil, region=nil, vodlooptimes=nil, vodrefreshtype=nil, createtime=nil, updatetime=nil, createby=nil, updateby=nil, callbackurl=nil, callbackevents=nil, callbackinfo=nil, errorinfo=nil, status=nil, recentpullinfo=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil)
10548
+ def initialize(taskid=nil, sourcetype=nil, sourceurls=nil, domainname=nil, appname=nil, streamname=nil, pushargs=nil, starttime=nil, endtime=nil, region=nil, vodlooptimes=nil, vodrefreshtype=nil, createtime=nil, updatetime=nil, createby=nil, updateby=nil, callbackurl=nil, callbackevents=nil, callbackinfo=nil, errorinfo=nil, status=nil, recentpullinfo=nil, comment=nil, backupsourcetype=nil, backupsourceurl=nil, watermarklist=nil, vodlocalmode=nil, recordtemplateid=nil, backuptourl=nil)
10546
10549
  @TaskId = taskid
10547
10550
  @SourceType = sourcetype
10548
10551
  @SourceUrls = sourceurls
@@ -10571,6 +10574,7 @@ module TencentCloud
10571
10574
  @WatermarkList = watermarklist
10572
10575
  @VodLocalMode = vodlocalmode
10573
10576
  @RecordTemplateId = recordtemplateid
10577
+ @BackupToUrl = backuptourl
10574
10578
  end
10575
10579
 
10576
10580
  def deserialize(params)
@@ -10612,6 +10616,7 @@ module TencentCloud
10612
10616
  end
10613
10617
  @VodLocalMode = params['VodLocalMode']
10614
10618
  @RecordTemplateId = params['RecordTemplateId']
10619
+ @BackupToUrl = params['BackupToUrl']
10615
10620
  end
10616
10621
  end
10617
10622
 
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.659
4
+ version: 3.0.661
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-09-14 00:00:00.000000000 Z
11
+ date: 2023-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common