Commit c1f4c8b7 authored by Muhammadali's avatar Muhammadali

update-

parent 02f47a3c
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.5.1", "version": "3.5.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -84,6 +84,8 @@ export class BoxDialer { ...@@ -84,6 +84,8 @@ export class BoxDialer {
console.log('%c progress', 'font-size: 22px; color: green;', e); console.log('%c progress', 'font-size: 22px; color: green;', e);
// this.hangupButtonClick(); // this.hangupButtonClick();
// this.closeBxCall(); // this.closeBxCall();
setTimeout(() => {
this.setGuiPhoneState({ this.setGuiPhoneState({
funcName: 'modalState', funcName: 'modalState',
stateCode: 'connectingOutgoing', stateCode: 'connectingOutgoing',
...@@ -92,6 +94,7 @@ export class BoxDialer { ...@@ -92,6 +94,7 @@ export class BoxDialer {
callType: '', callType: '',
}, },
}); });
}, 3000);
}, },
failed: (e) => { failed: (e) => {
console.log('%c failed', 'font-size: 22px; color: green;', e); console.log('%c failed', 'font-size: 22px; color: green;', e);
......
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