telnyx 5.33.0 → 5.34.0

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: 684266a8c2402f14d3c3fbb913c7729afa79cf50e72aa4afe5f29b35b977ff6e
4
- data.tar.gz: b74606c9c2e1be10da6766a2f0fb5985efa6b20d8d64e84dbfb3a04babf3eadc
3
+ metadata.gz: d58ade1177c23387b92b8b1ff66f045462f83014f2a8ac6f03f259f16085018e
4
+ data.tar.gz: d61fe368d0d4b329b0804fd29b1bab6136517405cb99b93afb787612086ef104
5
5
  SHA512:
6
- metadata.gz: 8f203e8893d4b6958f6f8f38769434ddf6663fa358c5c5eb3c1b5e2cfcac271c4655dae36610cee8da97fad3ca6924a1c423869811f819549a919505ab68f0ad
7
- data.tar.gz: a19e22a08448f02928664a8f7b00f9af01603264df9795a93fed9587d3ca5979d688e5f7ffb38b253a54b42a47913e4f172ad6a77423a54b6c20148eceaaf1e5
6
+ metadata.gz: b1fd2c132558bba8e5a516a104b818cc5498a98e62d3adf0588b56601e7e255de06afbfaeb92847d87939d701c3b01ba8a5200cf8f32c82c1c8149d7caf61515
7
+ data.tar.gz: 66e7e8d02a9abd96e223969154689a644bdc416cd37cd4ccf1d3f22201d09f6042b7c689226dbb28886afe15149d8b20ed08ea4a7a78bebec585886a7897578c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.34.0 (2026-02-20)
4
+
5
+ Full Changelog: [v5.33.0...v5.34.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.33.0...v5.34.0)
6
+
7
+ ### Features
8
+
9
+ * TELAPPS Add ApplicationSid param ([58cd7b1](https://github.com/team-telnyx/telnyx-ruby/commit/58cd7b1de2fef4b735a4d93d3342ea4f33652c2e))
10
+
3
11
  ## 5.33.0 (2026-02-20)
4
12
 
5
13
  Full Changelog: [v5.32.0...v5.33.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.32.0...v5.33.0)
data/README.md CHANGED
@@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
24
24
  <!-- x-release-please-start-version -->
25
25
 
26
26
  ```ruby
27
- gem "telnyx", "~> 5.33.0"
27
+ gem "telnyx", "~> 5.34.0"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
@@ -31,6 +31,13 @@ module Telnyx
31
31
  },
32
32
  api_name: :AmdStatusCallbackMethod
33
33
 
34
+ # @!attribute application_sid
35
+ # The SID of the TeXML application that will handle the new participant's call.
36
+ # Required unless joining an existing conference by its ConferenceSid.
37
+ #
38
+ # @return [String, nil]
39
+ optional :application_sid, String, api_name: :ApplicationSid
40
+
34
41
  # @!attribute beep
35
42
  # Whether to play a notification beep to the conference when the participant
36
43
  # enters and exits.
@@ -398,7 +405,7 @@ module Telnyx
398
405
  # @return [String, nil]
399
406
  optional :wait_url, String, api_name: :WaitUrl
400
407
 
401
- # @!method initialize(account_sid:, amd_status_callback: nil, amd_status_callback_method: nil, beep: nil, caller_id: nil, call_sid_to_coach: nil, cancel_playback_on_detect_message_end: nil, cancel_playback_on_machine_detection: nil, coaching: nil, conference_record: nil, conference_recording_status_callback: nil, conference_recording_status_callback_event: nil, conference_recording_status_callback_method: nil, conference_recording_timeout: nil, conference_status_callback: nil, conference_status_callback_event: nil, conference_status_callback_method: nil, conference_trim: nil, custom_headers: nil, early_media: nil, end_conference_on_exit: nil, from: nil, label: nil, machine_detection: nil, machine_detection_silence_timeout: nil, machine_detection_speech_end_threshold: nil, machine_detection_speech_threshold: nil, machine_detection_timeout: nil, max_participants: nil, muted: nil, preferred_codecs: nil, record: nil, recording_channels: nil, recording_status_callback: nil, recording_status_callback_event: nil, recording_status_callback_method: nil, recording_track: nil, sip_auth_password: nil, sip_auth_username: nil, start_conference_on_enter: nil, status_callback: nil, status_callback_event: nil, status_callback_method: nil, time_limit: nil, timeout_seconds: nil, to: nil, trim: nil, wait_url: nil, request_options: {})
408
+ # @!method initialize(account_sid:, amd_status_callback: nil, amd_status_callback_method: nil, application_sid: nil, beep: nil, caller_id: nil, call_sid_to_coach: nil, cancel_playback_on_detect_message_end: nil, cancel_playback_on_machine_detection: nil, coaching: nil, conference_record: nil, conference_recording_status_callback: nil, conference_recording_status_callback_event: nil, conference_recording_status_callback_method: nil, conference_recording_timeout: nil, conference_status_callback: nil, conference_status_callback_event: nil, conference_status_callback_method: nil, conference_trim: nil, custom_headers: nil, early_media: nil, end_conference_on_exit: nil, from: nil, label: nil, machine_detection: nil, machine_detection_silence_timeout: nil, machine_detection_speech_end_threshold: nil, machine_detection_speech_threshold: nil, machine_detection_timeout: nil, max_participants: nil, muted: nil, preferred_codecs: nil, record: nil, recording_channels: nil, recording_status_callback: nil, recording_status_callback_event: nil, recording_status_callback_method: nil, recording_track: nil, sip_auth_password: nil, sip_auth_username: nil, start_conference_on_enter: nil, status_callback: nil, status_callback_event: nil, status_callback_method: nil, time_limit: nil, timeout_seconds: nil, to: nil, trim: nil, wait_url: nil, request_options: {})
402
409
  # Some parameter documentations has been truncated, see
403
410
  # {Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams}
404
411
  # for more details.
@@ -409,6 +416,8 @@ module Telnyx
409
416
  #
410
417
  # @param amd_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::AmdStatusCallbackMethod] HTTP request type used for `AmdStatusCallback`. Defaults to `POST`.
411
418
  #
419
+ # @param application_sid [String] The SID of the TeXML application that will handle the new participant's call. Re
420
+ #
412
421
  # @param beep [Symbol, Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::Beep] Whether to play a notification beep to the conference when the participant enter
413
422
  #
414
423
  # @param caller_id [String] To be used as the caller id name (SIP From Display Name) presented to the destin
@@ -154,7 +154,7 @@ module Telnyx
154
154
  #
155
155
  # Dials a new conference participant
156
156
  #
157
- # @overload participants(conference_sid, account_sid:, amd_status_callback: nil, amd_status_callback_method: nil, beep: nil, caller_id: nil, call_sid_to_coach: nil, cancel_playback_on_detect_message_end: nil, cancel_playback_on_machine_detection: nil, coaching: nil, conference_record: nil, conference_recording_status_callback: nil, conference_recording_status_callback_event: nil, conference_recording_status_callback_method: nil, conference_recording_timeout: nil, conference_status_callback: nil, conference_status_callback_event: nil, conference_status_callback_method: nil, conference_trim: nil, custom_headers: nil, early_media: nil, end_conference_on_exit: nil, from: nil, label: nil, machine_detection: nil, machine_detection_silence_timeout: nil, machine_detection_speech_end_threshold: nil, machine_detection_speech_threshold: nil, machine_detection_timeout: nil, max_participants: nil, muted: nil, preferred_codecs: nil, record: nil, recording_channels: nil, recording_status_callback: nil, recording_status_callback_event: nil, recording_status_callback_method: nil, recording_track: nil, sip_auth_password: nil, sip_auth_username: nil, start_conference_on_enter: nil, status_callback: nil, status_callback_event: nil, status_callback_method: nil, time_limit: nil, timeout_seconds: nil, to: nil, trim: nil, wait_url: nil, request_options: {})
157
+ # @overload participants(conference_sid, account_sid:, amd_status_callback: nil, amd_status_callback_method: nil, application_sid: nil, beep: nil, caller_id: nil, call_sid_to_coach: nil, cancel_playback_on_detect_message_end: nil, cancel_playback_on_machine_detection: nil, coaching: nil, conference_record: nil, conference_recording_status_callback: nil, conference_recording_status_callback_event: nil, conference_recording_status_callback_method: nil, conference_recording_timeout: nil, conference_status_callback: nil, conference_status_callback_event: nil, conference_status_callback_method: nil, conference_trim: nil, custom_headers: nil, early_media: nil, end_conference_on_exit: nil, from: nil, label: nil, machine_detection: nil, machine_detection_silence_timeout: nil, machine_detection_speech_end_threshold: nil, machine_detection_speech_threshold: nil, machine_detection_timeout: nil, max_participants: nil, muted: nil, preferred_codecs: nil, record: nil, recording_channels: nil, recording_status_callback: nil, recording_status_callback_event: nil, recording_status_callback_method: nil, recording_track: nil, sip_auth_password: nil, sip_auth_username: nil, start_conference_on_enter: nil, status_callback: nil, status_callback_event: nil, status_callback_method: nil, time_limit: nil, timeout_seconds: nil, to: nil, trim: nil, wait_url: nil, request_options: {})
158
158
  #
159
159
  # @param conference_sid [String] Path param: The ConferenceSid that uniquely identifies a conference.
160
160
  #
@@ -164,6 +164,8 @@ module Telnyx
164
164
  #
165
165
  # @param amd_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::AmdStatusCallbackMethod] Body param: HTTP request type used for `AmdStatusCallback`. Defaults to `POST`.
166
166
  #
167
+ # @param application_sid [String] Body param: The SID of the TeXML application that will handle the new participan
168
+ #
167
169
  # @param beep [Symbol, Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::Beep] Body param: Whether to play a notification beep to the conference when the parti
168
170
  #
169
171
  # @param caller_id [String] Body param: To be used as the caller id name (SIP From Display Name) presented t
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Telnyx
4
- VERSION = "5.33.0"
4
+ VERSION = "5.34.0"
5
5
  end
@@ -45,6 +45,14 @@ module Telnyx
45
45
  end
46
46
  attr_writer :amd_status_callback_method
47
47
 
48
+ # The SID of the TeXML application that will handle the new participant's call.
49
+ # Required unless joining an existing conference by its ConferenceSid.
50
+ sig { returns(T.nilable(String)) }
51
+ attr_reader :application_sid
52
+
53
+ sig { params(application_sid: String).void }
54
+ attr_writer :application_sid
55
+
48
56
  # Whether to play a notification beep to the conference when the participant
49
57
  # enters and exits.
50
58
  sig do
@@ -549,6 +557,7 @@ module Telnyx
549
557
  amd_status_callback: String,
550
558
  amd_status_callback_method:
551
559
  Telnyx::Texml::Accounts::Conferences::ParticipantParticipantsParams::AmdStatusCallbackMethod::OrSymbol,
560
+ application_sid: String,
552
561
  beep:
553
562
  Telnyx::Texml::Accounts::Conferences::ParticipantParticipantsParams::Beep::OrSymbol,
554
563
  caller_id: String,
@@ -617,6 +626,9 @@ module Telnyx
617
626
  amd_status_callback: nil,
618
627
  # HTTP request type used for `AmdStatusCallback`. Defaults to `POST`.
619
628
  amd_status_callback_method: nil,
629
+ # The SID of the TeXML application that will handle the new participant's call.
630
+ # Required unless joining an existing conference by its ConferenceSid.
631
+ application_sid: nil,
620
632
  # Whether to play a notification beep to the conference when the participant
621
633
  # enters and exits.
622
634
  beep: nil,
@@ -759,6 +771,7 @@ module Telnyx
759
771
  amd_status_callback: String,
760
772
  amd_status_callback_method:
761
773
  Telnyx::Texml::Accounts::Conferences::ParticipantParticipantsParams::AmdStatusCallbackMethod::OrSymbol,
774
+ application_sid: String,
762
775
  beep:
763
776
  Telnyx::Texml::Accounts::Conferences::ParticipantParticipantsParams::Beep::OrSymbol,
764
777
  caller_id: String,
@@ -123,6 +123,7 @@ module Telnyx
123
123
  amd_status_callback: String,
124
124
  amd_status_callback_method:
125
125
  Telnyx::Texml::Accounts::Conferences::ParticipantParticipantsParams::AmdStatusCallbackMethod::OrSymbol,
126
+ application_sid: String,
126
127
  beep:
127
128
  Telnyx::Texml::Accounts::Conferences::ParticipantParticipantsParams::Beep::OrSymbol,
128
129
  caller_id: String,
@@ -196,6 +197,10 @@ module Telnyx
196
197
  amd_status_callback: nil,
197
198
  # Body param: HTTP request type used for `AmdStatusCallback`. Defaults to `POST`.
198
199
  amd_status_callback_method: nil,
200
+ # Body param: The SID of the TeXML application that will handle the new
201
+ # participant's call. Required unless joining an existing conference by its
202
+ # ConferenceSid.
203
+ application_sid: nil,
199
204
  # Body param: Whether to play a notification beep to the conference when the
200
205
  # participant enters and exits.
201
206
  beep: nil,
@@ -8,6 +8,7 @@ module Telnyx
8
8
  account_sid: String,
9
9
  amd_status_callback: String,
10
10
  amd_status_callback_method: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::amd_status_callback_method,
11
+ application_sid: String,
11
12
  beep: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::beep,
12
13
  caller_id: String,
13
14
  call_sid_to_coach: String,
@@ -72,6 +73,10 @@ module Telnyx
72
73
  Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::amd_status_callback_method
73
74
  ) -> Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::amd_status_callback_method
74
75
 
76
+ attr_reader application_sid: String?
77
+
78
+ def application_sid=: (String) -> String
79
+
75
80
  attr_reader beep: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::beep?
76
81
 
77
82
  def beep=: (
@@ -280,6 +285,7 @@ module Telnyx
280
285
  account_sid: String,
281
286
  ?amd_status_callback: String,
282
287
  ?amd_status_callback_method: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::amd_status_callback_method,
288
+ ?application_sid: String,
283
289
  ?beep: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::beep,
284
290
  ?caller_id: String,
285
291
  ?call_sid_to_coach: String,
@@ -332,6 +338,7 @@ module Telnyx
332
338
  account_sid: String,
333
339
  amd_status_callback: String,
334
340
  amd_status_callback_method: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::amd_status_callback_method,
341
+ application_sid: String,
335
342
  beep: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::beep,
336
343
  caller_id: String,
337
344
  call_sid_to_coach: String,
@@ -41,6 +41,7 @@ module Telnyx
41
41
  account_sid: String,
42
42
  ?amd_status_callback: String,
43
43
  ?amd_status_callback_method: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::amd_status_callback_method,
44
+ ?application_sid: String,
44
45
  ?beep: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::beep,
45
46
  ?caller_id: String,
46
47
  ?call_sid_to_coach: String,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telnyx
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.33.0
4
+ version: 5.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx