Skip to content

Commit

Permalink
fix(changelog): updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamjain-plivo committed Jun 7, 2024
1 parent 29ef2c4 commit 35f5b9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## v2.2.11 (released@ 07-06-2024)

**Bug Fixes**
* Enhanced call handling functionality to support multiple executions of the call() method.
* Enhanced call handling functionality to support multiple executions of the `call()` method.


## v2.2.10 (released@ 22-05-2024)
Expand Down
1 change: 0 additions & 1 deletion test/integration/outgoingcall.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ describe("plivoWebSdk", function () {
'X-PH-plivoHeaders': '5',
});
waitUntilOutgoingCall(events.onCalling, () => {
console.log('extraheaders are ', JSON.stringify(Client1._currentSession.extraHeaders));
if (Client1._currentSession.extraHeaders && Client1._currentSession.extraHeaders['X-PH-plivoHeaders'] === '1' && Client1._currentSession.dest === 'user1') {
done();
}
Expand Down

0 comments on commit 35f5b9f

Please sign in to comment.