diff --git a/CHANGELOG.md b/CHANGELOG.md index ceced19..64d6132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Change Log ## [v4.24.0](https://github.com/plivo/plivo-node/tree/v4.24.0) (2021-11-03) -- Added Voice MPC enhancements. +**Features - Voice: Multiparty calls** +- The [Add Multiparty Call API](https://www.plivo.com/docs/voice/api/multiparty-call/participants#add-a-participant) allows for greater functionality by accepting options like `start recording audio`, `stop recording audio`, and their HTTP methods. +- [Multiparty Calls](https://www.plivo.com/docs/voice/api/multiparty-call/) now has new APIs to `stop` and `play` audio. ## [v4.23.1](https://github.com/plivo/plivo-node/tree/v4.23.1) (2021-10-13) **Bug Fix**