Commit 3216bf33 authored by Muhammadali's avatar Muhammadali

update-

parent d3b7c811
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.6.1", "version": "3.6.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -362,6 +362,8 @@ export class BoxDialer { ...@@ -362,6 +362,8 @@ export class BoxDialer {
callType: '', callType: '',
}, },
}); });
this.closeBxCall();
this.hangupButtonClick();
}); });
this.callSession.on('failed', () => { this.callSession.on('failed', () => {
// unable to establish the call // unable to establish the call
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment