tencentcloud-sdk-live 3.0.572 → 3.0.574

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: 790929f276072d530f249eb0d4a46aa3955e67bd
4
- data.tar.gz: 84441f43b62c55b2f95bc0ce9b6899dcae5463f6
3
+ metadata.gz: ba4297ccaf4df13a80b9587adc1f7a47a1c5da65
4
+ data.tar.gz: ba40b14210f279a1793bc15a503c8877cc47efd1
5
5
  SHA512:
6
- metadata.gz: 010ae70956bd04491e150f0cb981cd1b91c7077a702315476e5ab0454948a9eaf73cb7551d701bfaf70d9d06ecc2ad9d06f9991fb9993189c0f96dd310c3a748
7
- data.tar.gz: c16482d1c6c9f97a3cc62b524079f06db8acf4d99294a51d4439f746ac5fae0b6d527d4ba5170f719a49a5634135a1f793ca7bfc7af1b97ff52906f58f212b9f
6
+ metadata.gz: 667c441a1aa3fd4f978955d09c091643c4f7d0a482455c6ec6851ef1a98ff610ccd9013dac76ddfb61aa508a564d26dd118154d14910c839cd3c1bf447f27aac
7
+ data.tar.gz: 8c582b463dc92dc3089fcbd94fb4c58db195a3f9c260cbf18b595d77cfd4ff4e7ac094fb5ce8ba32f62a1a8b746b92bbaa04c856acbdbda468cb3391cf798840
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.572
1
+ 3.0.574
@@ -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.572
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-18 00:00:00.000000000 Z
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