tencentcloud-sdk-live 3.0.660 → 3.0.662

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: 76a425cf8a5dcb1b910f4ae7b8161bab9e7edd1b
4
- data.tar.gz: c0a905816761c0d6f82f8e45975a00ba6e7e23ac
3
+ metadata.gz: c1f4429bf47cc1d6caca4a108d762bc69031770f
4
+ data.tar.gz: c1e1c1d1d9ad77c615a220887eaa334679bc2ad9
5
5
  SHA512:
6
- metadata.gz: 95670244518ae0169e217d198ff09e46b69f614e3f1596f1c26f93178c75dcd3d7d631329bc591f630c6462d17b01bebf46bca1529770b149413ee9526c0d948
7
- data.tar.gz: db641b29c9953256c9ba07da53611553b8d83ff1af1874e170ae7a4a71bc5caa34ea0524fb716e3226e8de4ff616b637d92b3a032d5a5d55c4006f118cc91f95
6
+ metadata.gz: a272a294cc4e835b9d2494b4e8a0b275f2f2d543f456c2856efeb0ac208441c5d2dec79c0d74870dc0b58b762aa14fb6934e7b27556dd5ca552051ec9e46749c
7
+ data.tar.gz: d327a1c8386db7ee766d3f7d0f03cb90cc155ef6a11c214ee483a42552526ef16ca8a04dbd6109f9d50c5f373513083b59779781f2063cd6ce44f905cb990cf0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.660
1
+ 3.0.662
@@ -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.660
4
+ version: 3.0.662
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-15 00:00:00.000000000 Z
11
+ date: 2023-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common