vonage 7.28.0 → 7.29.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf9fa1d6af062f6e7d75fb963409c9a0f040baed06cddba83bd6fa6898d81277
4
- data.tar.gz: 5962037b1656b38a3805bbea7a7b166e99377408700b93d23a268739f2b67b09
3
+ metadata.gz: c84edcf19f8a6cbed6d964a024ba4411f6260c103703bf58ba1d0076103e9c9a
4
+ data.tar.gz: 805c87e4ecddb82d3cd13cd32d4acccaf7682ec91218e57c406ddba096599bb1
5
5
  SHA512:
6
- metadata.gz: ed10b77ccd84032ac6aed5a06b4dc0978e49cfcc966b1e2208ee382bfacbd7ee507319470ac8b3e12758fac8571b1d979a25b4231e6ee11c0d1f6ca928bc917f
7
- data.tar.gz: 971e7f19c8e151891001e2101cee4ad756e2109c70df5a2c9bee272470909a7f25cb287a09ac10b138c4fff73f930ddde187612aae42f3103bba1df88506c0c9
6
+ metadata.gz: 06a09862a235edfb6ebec47b303b0af7ddc3f3d1a53c363e790e81e0d4bb1ff1e1a1d1236bb31a3f32b33f9a418b111ef8dce1f1f3e329621ca3c021c7b9309c
7
+ data.tar.gz: 1407bcf2c6a3ce88862bbcb37b4be4f22edd1d748639773896b3ada8001e805b4fdf4b5039de7f7406f7baf8906624ea9b51b52557e4265fcdbe7322fc2a3758
data/lib/vonage/keys.rb CHANGED
@@ -28,8 +28,10 @@ module Vonage
28
28
  'remove_stream',
29
29
  'screenshare_type',
30
30
  'session_id',
31
+ 'output_mode',
31
32
  'stream_mode',
32
33
  'archive_mode',
34
+ 'multi_archive_tag',
33
35
  'language_code',
34
36
  'max_duration',
35
37
  'partial_captions',
@@ -37,7 +39,8 @@ module Vonage
37
39
  'audio_rate',
38
40
  'phone_number',
39
41
  'hashed_phone_number',
40
- 'max_age'
42
+ 'max_age',
43
+ 'max_bitrate'
41
44
  ]
42
45
  hash.transform_keys do |k|
43
46
  if exceptions.include?(k.to_s)
@@ -18,7 +18,7 @@ module Vonage
18
18
  private
19
19
 
20
20
  def build
21
- data[:channel] = ' viber_service'
21
+ data[:channel] = 'viber_service'
22
22
  super
23
23
  end
24
24
 
@@ -1,5 +1,5 @@
1
1
  # typed: strong
2
2
 
3
3
  module Vonage
4
- VERSION = '7.28.0'
4
+ VERSION = '7.29.1'
5
5
  end
@@ -45,19 +45,21 @@ module Vonage
45
45
  #
46
46
  # @param [required, String] :session_id
47
47
  #
48
- # @param [optional, String] :hasAudio
48
+ # @param [optional, String] :has_audio
49
49
  #
50
- # @param [optional, String] :hasVideo
50
+ # @param [optional, String] :has_video
51
51
  #
52
52
  # @param [optional, String] :name
53
53
  #
54
- # @param [optional, String] :outputMode
54
+ # @param [optional, String] :output_mode
55
55
  #
56
56
  # @param [optional, String] :resolution
57
57
  #
58
- # @param [optional, String] :streamMode
58
+ # @param [optional, String] :stream_mode
59
59
  #
60
- # @param [optional, String] :multiArchiveTag
60
+ # @param [optional, String] :multi_archive_tag
61
+ #
62
+ # @param [optional, String] :max_bitrate
61
63
  #
62
64
  # @param [optional, Hash] :layout
63
65
  #
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vonage
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.28.0
4
+ version: 7.29.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vonage
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-10-24 00:00:00.000000000 Z
10
+ date: 2025-02-18 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: vonage-jwt
@@ -282,7 +281,6 @@ metadata:
282
281
  bug_tracker_uri: https://github.com/Vonage/vonage-ruby-sdk/issues
283
282
  changelog_uri: https://github.com/Vonage/vonage-ruby-sdk/blob/master/CHANGES.md
284
283
  documentation_uri: https://www.rubydoc.info/github/vonage/vonage-ruby-sdk
285
- post_install_message:
286
284
  rdoc_options: []
287
285
  require_paths:
288
286
  - lib
@@ -297,8 +295,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
297
295
  - !ruby/object:Gem::Version
298
296
  version: '0'
299
297
  requirements: []
300
- rubygems_version: 3.5.16
301
- signing_key:
298
+ rubygems_version: 3.6.2
302
299
  specification_version: 4
303
300
  summary: This is the Ruby Server SDK for Vonage APIs. To use it you'll need a Vonage
304
301
  account. Sign up for free at https://www.vonage.com