tencentcloud-sdk-live 3.0.573 → 3.0.574
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 +6 -2
- 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: ba4297ccaf4df13a80b9587adc1f7a47a1c5da65
|
4
|
+
data.tar.gz: ba40b14210f279a1793bc15a503c8877cc47efd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 667c441a1aa3fd4f978955d09c091643c4f7d0a482455c6ec6851ef1a98ff610ccd9013dac76ddfb61aa508a564d26dd118154d14910c839cd3c1bf447f27aac
|
7
|
+
data.tar.gz: 8c582b463dc92dc3089fcbd94fb4c58db195a3f9c260cbf18b595d77cfd4ff4e7ac094fb5ce8ba32f62a1a8b746b92bbaa04c856acbdbda468cb3391cf798840
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.574
|
data/lib/v20180801/models.rb
CHANGED
@@ -7849,10 +7849,12 @@ module TencentCloud
|
|
7849
7849
|
# @type CallbackKey: String
|
7850
7850
|
# @param PushExceptionNotifyUrl: 推流异常回调 URL。
|
7851
7851
|
# @type PushExceptionNotifyUrl: String
|
7852
|
+
# @param AudioAuditNotifyUrl: 音频审核回调 URL。
|
7853
|
+
# @type AudioAuditNotifyUrl: String
|
7852
7854
|
|
7853
|
-
attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl
|
7855
|
+
attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
|
7854
7856
|
|
7855
|
-
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil)
|
7857
|
+
def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
|
7856
7858
|
@TemplateId = templateid
|
7857
7859
|
@TemplateName = templatename
|
7858
7860
|
@Description = description
|
@@ -7863,6 +7865,7 @@ module TencentCloud
|
|
7863
7865
|
@PornCensorshipNotifyUrl = porncensorshipnotifyurl
|
7864
7866
|
@CallbackKey = callbackkey
|
7865
7867
|
@PushExceptionNotifyUrl = pushexceptionnotifyurl
|
7868
|
+
@AudioAuditNotifyUrl = audioauditnotifyurl
|
7866
7869
|
end
|
7867
7870
|
|
7868
7871
|
def deserialize(params)
|
@@ -7876,6 +7879,7 @@ module TencentCloud
|
|
7876
7879
|
@PornCensorshipNotifyUrl = params['PornCensorshipNotifyUrl']
|
7877
7880
|
@CallbackKey = params['CallbackKey']
|
7878
7881
|
@PushExceptionNotifyUrl = params['PushExceptionNotifyUrl']
|
7882
|
+
@AudioAuditNotifyUrl = params['AudioAuditNotifyUrl']
|
7879
7883
|
end
|
7880
7884
|
end
|
7881
7885
|
|
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.574
|
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-05-
|
11
|
+
date: 2023-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|