Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyamjain-plivo committed Jul 8, 2024
1 parent f3afec6 commit 51bcbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/outgoingcall.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ describe("plivoWebSdk", function () {
'X-PH-plivoHeaders': '5',
});
waitUntilOutgoingCall(events.onCalling, () => {
console.log('received the call ', Client1._currentSession.extraHeaders);
console.log('received the call ', 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 51bcbde

Please sign in to comment.