tencentcloud-sdk-live 3.0.684 → 3.0.685

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180801/models.rb +16 -7
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73a344960a3dcabd5b36e13b37d0292852089702
4
- data.tar.gz: 6187e09985fa2d9f3360545b8f409eb5843a031d
3
+ metadata.gz: 0492609590443eb9fddde0a3680e9741f0829dca
4
+ data.tar.gz: 964e3740c494a1c62e9bca92d0f83045e639f61e
5
5
  SHA512:
6
- metadata.gz: 0cd7df5e6977668560b1b7794f2d8e1de416e403700d844ca5e51730a21051de068ea30a6f8e5ed2264d71ca206415fd2a330002578ec21882fbd3340ac05884
7
- data.tar.gz: a3a9fb80bdc3e882ecaa1e31597d4f3e17186466ed377024ba9779792bc6eedd008d2a9b222031e4c6fa3cde2cb3b24fd2d368c404528f06b6248027b0bac4c1
6
+ metadata.gz: 539f5f8c50fef70854005c23a9f947072aeb641c4a07c0865bdfa498bb23cc013cbbd90a4564dc74d34f3d3627e2859e12a99882103dc37bf16e83be9c642fec
7
+ data.tar.gz: 647b5f3fbecab674ba13dbe02c559b49a03bbdd60226aa9453e6a152f8e26263ed42fce0ddbf1a66eedad9e71397076202ab7fe92835899ee3758f014358246e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.684
1
+ 3.0.685
@@ -535,7 +535,7 @@ module TencentCloud
535
535
  # @type StreamMixNotifyUrl: String
536
536
  # @param StreamEndNotifyUrl: 断流回调 URL。
537
537
  # @type StreamEndNotifyUrl: String
538
- # @param RecordNotifyUrl: 录制回调 URL。
538
+ # @param RecordNotifyUrl: 录制文件回调 URL。
539
539
  # @type RecordNotifyUrl: String
540
540
  # @param SnapshotNotifyUrl: 截图回调 URL。
541
541
  # @type SnapshotNotifyUrl: String
@@ -1157,9 +1157,12 @@ module TencentCloud
1157
1157
  # @param StreamEndNotifyUrl: 断流回调 URL,
1158
1158
  # 相关协议文档:[事件消息通知](/document/product/267/32744)。
1159
1159
  # @type StreamEndNotifyUrl: String
1160
- # @param RecordNotifyUrl: 录制回调 URL,
1160
+ # @param RecordNotifyUrl: 录制文件回调 URL,
1161
1161
  # 相关协议文档:[事件消息通知](/document/product/267/32744)。
1162
1162
  # @type RecordNotifyUrl: String
1163
+ # @param RecordStatusNotifyUrl: 录制状态回调 URL ,
1164
+ # 相关协议文档:[事件消息通知](/document/product/267/32744)。
1165
+ # @type RecordStatusNotifyUrl: String
1163
1166
  # @param SnapshotNotifyUrl: 截图回调 URL,
1164
1167
  # 相关协议文档:[事件消息通知](/document/product/267/32744)。
1165
1168
  # @type SnapshotNotifyUrl: String
@@ -1176,14 +1179,15 @@ module TencentCloud
1176
1179
  # @param AudioAuditNotifyUrl: 音频审核回调 URL。
1177
1180
  # @type AudioAuditNotifyUrl: String
1178
1181
 
1179
- attr_accessor :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :StreamMixNotifyUrl, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
1182
+ attr_accessor :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :RecordStatusNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :StreamMixNotifyUrl, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
1180
1183
 
1181
- def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
1184
+ def initialize(templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, recordstatusnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, streammixnotifyurl=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
1182
1185
  @TemplateName = templatename
1183
1186
  @Description = description
1184
1187
  @StreamBeginNotifyUrl = streambeginnotifyurl
1185
1188
  @StreamEndNotifyUrl = streamendnotifyurl
1186
1189
  @RecordNotifyUrl = recordnotifyurl
1190
+ @RecordStatusNotifyUrl = recordstatusnotifyurl
1187
1191
  @SnapshotNotifyUrl = snapshotnotifyurl
1188
1192
  @PornCensorshipNotifyUrl = porncensorshipnotifyurl
1189
1193
  @CallbackKey = callbackkey
@@ -1198,6 +1202,7 @@ module TencentCloud
1198
1202
  @StreamBeginNotifyUrl = params['StreamBeginNotifyUrl']
1199
1203
  @StreamEndNotifyUrl = params['StreamEndNotifyUrl']
1200
1204
  @RecordNotifyUrl = params['RecordNotifyUrl']
1205
+ @RecordStatusNotifyUrl = params['RecordStatusNotifyUrl']
1201
1206
  @SnapshotNotifyUrl = params['SnapshotNotifyUrl']
1202
1207
  @PornCensorshipNotifyUrl = params['PornCensorshipNotifyUrl']
1203
1208
  @CallbackKey = params['CallbackKey']
@@ -9076,8 +9081,10 @@ module TencentCloud
9076
9081
  # @type StreamBeginNotifyUrl: String
9077
9082
  # @param StreamEndNotifyUrl: 断流回调 URL。
9078
9083
  # @type StreamEndNotifyUrl: String
9079
- # @param RecordNotifyUrl: 录制回调 URL。
9084
+ # @param RecordNotifyUrl: 录制文件回调 URL。
9080
9085
  # @type RecordNotifyUrl: String
9086
+ # @param RecordStatusNotifyUrl: 录制状态回调 URL 。
9087
+ # @type RecordStatusNotifyUrl: String
9081
9088
  # @param SnapshotNotifyUrl: 截图回调 URL。
9082
9089
  # @type SnapshotNotifyUrl: String
9083
9090
  # @param PornCensorshipNotifyUrl: 鉴黄回调 URL。
@@ -9090,15 +9097,16 @@ module TencentCloud
9090
9097
  # @param AudioAuditNotifyUrl: 音频审核回调 URL。
9091
9098
  # @type AudioAuditNotifyUrl: String
9092
9099
 
9093
- attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
9100
+ attr_accessor :TemplateId, :TemplateName, :Description, :StreamBeginNotifyUrl, :StreamEndNotifyUrl, :RecordNotifyUrl, :RecordStatusNotifyUrl, :SnapshotNotifyUrl, :PornCensorshipNotifyUrl, :CallbackKey, :PushExceptionNotifyUrl, :AudioAuditNotifyUrl
9094
9101
 
9095
- def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
9102
+ def initialize(templateid=nil, templatename=nil, description=nil, streambeginnotifyurl=nil, streamendnotifyurl=nil, recordnotifyurl=nil, recordstatusnotifyurl=nil, snapshotnotifyurl=nil, porncensorshipnotifyurl=nil, callbackkey=nil, pushexceptionnotifyurl=nil, audioauditnotifyurl=nil)
9096
9103
  @TemplateId = templateid
9097
9104
  @TemplateName = templatename
9098
9105
  @Description = description
9099
9106
  @StreamBeginNotifyUrl = streambeginnotifyurl
9100
9107
  @StreamEndNotifyUrl = streamendnotifyurl
9101
9108
  @RecordNotifyUrl = recordnotifyurl
9109
+ @RecordStatusNotifyUrl = recordstatusnotifyurl
9102
9110
  @SnapshotNotifyUrl = snapshotnotifyurl
9103
9111
  @PornCensorshipNotifyUrl = porncensorshipnotifyurl
9104
9112
  @CallbackKey = callbackkey
@@ -9113,6 +9121,7 @@ module TencentCloud
9113
9121
  @StreamBeginNotifyUrl = params['StreamBeginNotifyUrl']
9114
9122
  @StreamEndNotifyUrl = params['StreamEndNotifyUrl']
9115
9123
  @RecordNotifyUrl = params['RecordNotifyUrl']
9124
+ @RecordStatusNotifyUrl = params['RecordStatusNotifyUrl']
9116
9125
  @SnapshotNotifyUrl = params['SnapshotNotifyUrl']
9117
9126
  @PornCensorshipNotifyUrl = params['PornCensorshipNotifyUrl']
9118
9127
  @CallbackKey = params['CallbackKey']
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.684
4
+ version: 3.0.685
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-10-25 00:00:00.000000000 Z
11
+ date: 2023-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-live.rb
37
36
  - lib/v20180801/client.rb
38
37
  - lib/v20180801/models.rb
38
+ - lib/tencentcloud-sdk-live.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: