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,14 +84,17 @@ export class BoxDialer { ...@@ -84,14 +84,17 @@ 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();
this.setGuiPhoneState({
funcName: 'modalState', setTimeout(() => {
stateCode: 'connectingOutgoing', this.setGuiPhoneState({
funcParam: { funcName: 'modalState',
bool: false, stateCode: 'connectingOutgoing',
callType: '', funcParam: {
}, bool: false,
}); 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