Commit f9d1d24d authored by Muhammadali's avatar Muhammadali

update-

parent c1f4c8b7
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.5.2", "version": "3.5.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -94,7 +94,7 @@ export class BoxDialer { ...@@ -94,7 +94,7 @@ export class BoxDialer {
callType: '', callType: '',
}, },
}); });
}, 3000); }, 2000);
}, },
failed: (e) => { failed: (e) => {
console.log('%c failed', 'font-size: 22px; color: green;', e); console.log('%c failed', 'font-size: 22px; color: green;', e);
...@@ -116,6 +116,7 @@ export class BoxDialer { ...@@ -116,6 +116,7 @@ export class BoxDialer {
// console.log(`%c BXLOG:`, datas, 'background-color: red;'); // console.log(`%c BXLOG:`, datas, 'background-color: red;');
this.setGuiPhoneState({ this.setGuiPhoneState({
funcName: 'modalState', funcName: 'modalState',
stateCode: 'connected',
funcParam: { funcParam: {
bool: true, bool: true,
callType: 'connected', callType: 'connected',
......
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