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 af65b45 commit cf4101b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/integration/outgoingcall.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ describe("plivoWebSdk", function () {

Client1.hangup();
waitUntilOutgoingCall(events.onCallTerminated, () => {
console.log('starting the call')
Client1.call('user1', {
'X-PH-plivoHeaders': '1',
});
Expand All @@ -385,8 +384,6 @@ describe("plivoWebSdk", function () {
'X-PH-plivoHeaders': '5',
});
waitUntilOutgoingCall(events.onCalling, () => {
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 cf4101b

Please sign in to comment.