Skip to content

Commit

Permalink
Merge pull request #348 from plivo/VT-8038
Browse files Browse the repository at this point in the history
VT-8038: SDK changes for stream xml element keepCallAlive
  • Loading branch information
manjunath-plivo authored Sep 3, 2024
2 parents 1cc0af8 + 2f87117 commit 82d55e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

# Change Log
## [4.65.1](https://github.com/plivo/plivo-php/tree/v4.65.1)(2024-09-03)
**Feature - Adding new element for Audio Stream XML **
- Added `keepCallAlive` element in Audio Stream XML

## [4.65.0](https://github.com/plivo/plivo-php/tree/v4.65.0)(2024-07-11)
**Feature - Adding support for Locale param in Create, Get and List Session**
- Added new request param `locale` in create Session API
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Version
/**
* @const int PHP helper library patch number
*/
const PATCH = 0;
const PATCH = 1;
/**
* @return string
*/
Expand Down
3 changes: 2 additions & 1 deletion src/Plivo/XML/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class Stream extends Element
'statusCallbackUrl',
'statusCallbackMethod',
'contentType',
'extraHeaders'
'extraHeaders',
'keepCallAlive'
];

/**
Expand Down

0 comments on commit 82d55e2

Please sign in to comment.