Releases: plivo/plivo-node
Releases · plivo/plivo-node
v4.24.0
Release Notes:
Features - Voice: Multiparty calls
- The Add Multiparty Call API allows for greater functionality by accepting options like
start recording audio
,stop recording audio
, and their HTTP methods. - Multiparty Calls now has new APIs to
stop
andplay
audio.
v4.23.1
Release Notes:
Bug Fix - LiveCallInterface. - Buy Number API to support app_id
v4.23.0
Release Notes:
Features - Messaging
- This version includes advancements to the Messaging Interface that deals with the Send SMS/MMS interface, Creating a standard structure for
request/input
arguments to make implementation easier and incorporating support for the older interface.
Example for send SMS
v4.22.4
v4.22.3
Release Notes:
- Fix Typings for
Make call
&Send SMS
API response.
v4.22.2
Release Notes:
- Typescript import fix.
v4.22.1
Release Notes:
- Fix on voice
GET
request and exception handle.
v4.22.0
Release Notes:
- Fix add numbers to a powerpack API by reverting retrievable object responses support for Retrieve a Power pack API.
v4.21.0
Release Notes:
- Fixed a Typescript warning about base interpretation.
- Add retrievable object responses support for Retrieve a Power pack API.
v4.20.1
Release Notes:
- Updates to add a member a multi-party call API.
- Remove validation range for
delay
andringtimeout
parameters. - Add appropriate error message for multiple
ringtimeout
anddelaydial
values.
- Remove validation range for
- Updated default HTTP client request timeout to 5 seconds.