mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-25 22:07:10 -06:00
Added Mpc enhancements like Callername,Parallel Behaviour for DelayDial and RingTimeout and Participant level recording.
This commit is contained in:
parent
3d54049e4b
commit
2bf8fbc672
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,9 @@
|
|||
# Change Log
|
||||
## [4.19.0](https://github.com/plivo/plivo-node/releases/tag/v4.19.0)(2021-06-30)
|
||||
- Added CallerName param in AddParticpant
|
||||
- Added support for Parallel behaviour of RingTimeout and Delaydial.
|
||||
- Added support for Recording at Member Level
|
||||
|
||||
## [4.18.1](https://github.com/plivo/plivo-node/releases/tag/v4.18.1)(2021-06-25)
|
||||
- Fixed the mms media upload functionality
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "plivo",
|
||||
"version": "4.18.1",
|
||||
"version": "4.19.0",
|
||||
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML",
|
||||
"homepage": "https://github.com/plivo/plivo-node",
|
||||
"files": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue