tencentcloud-sdk-live 3.0.561 → 3.0.565

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: 671a66cc3066a1e53d43b201ee7356b254590cd5
4
- data.tar.gz: eb3e828f4c3a052efb38b2344227a28de0efcdd3
3
+ metadata.gz: 3102f6ae66feff850bbbddde947f1f8008e5120f
4
+ data.tar.gz: a70dd198b489d47b9bda4d8ecd7bd1549b833838
5
5
  SHA512:
6
- metadata.gz: 7024580b04b0259761cb8cfc847603221a644ba17ea33238c9c28457ff650c7deb67454cf9dcbb0f30618a6c2f3064ef48b34c75bb277bd16816e9c61f65a9ca
7
- data.tar.gz: e5410917d8e4bc679b0b07f99e00ae4be15f47994edebdd402af0d7218564a75182fa7abb29907a2a320c0e6ea2d8e2a7214cc77351888f403b3723b7b983011
6
+ metadata.gz: c1ffa7dca7c1724ba281e0db27424eb4a1bc032db5afa868e0192c1a131d836ed019825d71c617b86b19d8314db42b2ec2b240018fe8f78e899076dad11c719d
7
+ data.tar.gz: 73b1475974e3d0a5f0546f296908d6e51703e5a6bd80c616509858a3df075156c81dcadc66bf3789dd319dbb98588a37ee5a8c42a40f4ded3d16ff2cd04927e2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.561
1
+ 3.0.565
@@ -1038,7 +1038,7 @@ module TencentCloud
1038
1038
  # @param SnapshotNotifyUrl: 截图回调 URL,
1039
1039
  # 相关协议文档:[事件消息通知](/document/product/267/32744)。
1040
1040
  # @type SnapshotNotifyUrl: String
1041
- # @param PornCensorshipNotifyUrl: 鉴黄回调 URL,
1041
+ # @param PornCensorshipNotifyUrl: 鉴黄回调 URL
1042
1042
  # 相关协议文档:[事件消息通知](/document/product/267/32741)。
1043
1043
  # @type PornCensorshipNotifyUrl: String
1044
1044
  # @param CallbackKey: 回调 Key,回调 URL 公用,回调签名详见事件消息通知文档。
@@ -1048,10 +1048,12 @@ module TencentCloud
1048
1048
  # @type StreamMixNotifyUrl: String
1049
1049
  # @param PushExceptionNotifyUrl: 推流异常回调 URL。
1050
1050
  # @type PushExceptionNotifyUrl: String
1051
+ # @param AudioAuditNotifyUrl: 音频审核回调 URL。
1052
+ # @type AudioAuditNotifyUrl: String
1051
1053
 
1052
- attr_accessor :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :StreamMixNotifyUrl, :PushExceptionNotifyUrl
1054
+ attr_accessor :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :StreamMixNotifyUrl, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
1053
1055
 
1054
- def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil, pushexceptionnotifyurl=nil)
1056
+ def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
1055
1057
  @TemplateName = templatename
1056
1058
  @Description = description
1057
1059
  @StreamBeginNotifyUrl = streambeginnotifyurl
@@ -1062,6 +1064,7 @@ module TencentCloud
1062
1064
  @CallbackKey = callbackkey
1063
1065
  @StreamMixNotifyUrl = streammixnotifyurl
1064
1066
  @PushExceptionNotifyUrl = pushexceptionnotifyurl
1067
+ @AudioAuditNotifyUrl = audioauditnotifyurl
1065
1068
  end
1066
1069
 
1067
1070
  def deserialize(params)
@@ -1075,6 +1078,7 @@ module TencentCloud
1075
1078
  @CallbackKey = params['CallbackKey']
1076
1079
  @StreamMixNotifyUrl = params['StreamMixNotifyUrl']
1077
1080
  @PushExceptionNotifyUrl = params['PushExceptionNotifyUrl']
1081
+ @AudioAuditNotifyUrl = params['AudioAuditNotifyUrl']
1078
1082
  end
1079
1083
  end
1080
1084
 
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.561
4
+ version: 3.0.565
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-27 00:00:00.000000000 Z
11
+ date: 2023-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common