tencentcloud-sdk-live 3.0.553 → 3.0.554
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180801/models.rb +22 -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: 41d5af22b0302a9730e31d28357469079b3205b2
|
4
|
+
data.tar.gz: 515587b2233aa1a4e7fafcc6a9cb6665fff09489
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d7bc4904f3d9913fd5e36f55a8bbb01f9b8cb1d344e06cb02abca6970ae0564caa03e48f70b325ee49ea31099675d4c33bfbe5b0e2c2b430fb95ed0f690ed23
|
7
|
+
data.tar.gz: f9d29eeec4e81f90add4fe41c267af566baa57db557f467b3eeb8b08a1fc655a228b921fdb85d7f465c6e7389795dd195d269bc08723782cf7469152133641bd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.554
|
data/lib/v20180801/models.rb
CHANGED
@@ -439,10 +439,13 @@ module TencentCloud
|
|
439
439
|
# @param PushExceptionNotifyUrl: 推流异常回调 URL。
|
440
440
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
441
441
|
# @type PushExceptionNotifyUrl: String
|
442
|
+
# @param AudioAuditNotifyUrl: 音频审核回调 URL。
|
443
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
444
|
+
# @type AudioAuditNotifyUrl: String
|
442
445
|
|
443
|
-
attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamMixNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl
|
446
|
+
attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamMixNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
|
444
447
|
|
445
|
-
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streammixnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil)
|
448
|
+
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streammixnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
|
446
449
|
@TemplateId = templateid
|
447
450
|
@TemplateName = templatename
|
448
451
|
@Description = description
|
@@ -454,6 +457,7 @@ module TencentCloud
|
|
454
457
|
@PornCensorshipNotifyUrl = porncensorshipnotifyurl
|
455
458
|
@CallbackKey = callbackkey
|
456
459
|
@PushExceptionNotifyUrl = pushexceptionnotifyurl
|
460
|
+
@AudioAuditNotifyUrl = audioauditnotifyurl
|
457
461
|
end
|
458
462
|
|
459
463
|
def deserialize(params)
|
@@ -468,6 +472,7 @@ module TencentCloud
|
|
468
472
|
@PornCensorshipNotifyUrl = params['PornCensorshipNotifyUrl']
|
469
473
|
@CallbackKey = params['CallbackKey']
|
470
474
|
@PushExceptionNotifyUrl = params['PushExceptionNotifyUrl']
|
475
|
+
@AudioAuditNotifyUrl = params['AudioAuditNotifyUrl']
|
471
476
|
end
|
472
477
|
end
|
473
478
|
|
@@ -7648,10 +7653,19 @@ module TencentCloud
|
|
7648
7653
|
# 4: 已耗尽。
|
7649
7654
|
# 5: 已退款
|
7650
7655
|
# @type Status: Integer
|
7656
|
+
# @param WillRenew: 是否自动续购。
|
7657
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7658
|
+
# @type WillRenew: Integer
|
7659
|
+
# @param RenewalResult: 续购状态。
|
7660
|
+
# 1 :续购成功。
|
7661
|
+
# 0 :尚未续购。
|
7662
|
+
# <0 : 续购失败。
|
7663
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7664
|
+
# @type RenewalResult: Integer
|
7651
7665
|
|
7652
|
-
attr_accessor :Id, :Total, :Used, :Left, :BuyTime, :ExpireTime, :Type, :Status
|
7666
|
+
attr_accessor :Id, :Total, :Used, :Left, :BuyTime, :ExpireTime, :Type, :Status, :WillRenew, :RenewalResult
|
7653
7667
|
|
7654
|
-
def initialize(id=nil, total=nil, used=nil, left=nil, buytime=nil, expiretime=nil, type=nil, status=nil)
|
7668
|
+
def initialize(id=nil, total=nil, used=nil, left=nil, buytime=nil, expiretime=nil, type=nil, status=nil, willrenew=nil, renewalresult=nil)
|
7655
7669
|
@Id = id
|
7656
7670
|
@Total = total
|
7657
7671
|
@Used = used
|
@@ -7660,6 +7674,8 @@ module TencentCloud
|
|
7660
7674
|
@ExpireTime = expiretime
|
7661
7675
|
@Type = type
|
7662
7676
|
@Status = status
|
7677
|
+
@WillRenew = willrenew
|
7678
|
+
@RenewalResult = renewalresult
|
7663
7679
|
end
|
7664
7680
|
|
7665
7681
|
def deserialize(params)
|
@@ -7671,6 +7687,8 @@ module TencentCloud
|
|
7671
7687
|
@ExpireTime = params['ExpireTime']
|
7672
7688
|
@Type = params['Type']
|
7673
7689
|
@Status = params['Status']
|
7690
|
+
@WillRenew = params['WillRenew']
|
7691
|
+
@RenewalResult = params['RenewalResult']
|
7674
7692
|
end
|
7675
7693
|
end
|
7676
7694
|
|
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.
|
4
|
+
version: 3.0.554
|
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-04-
|
11
|
+
date: 2023-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|