Commit c1f4c8b7 authored by Muhammadali's avatar Muhammadali

update-

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