Commit f9d1d24d authored by Muhammadali's avatar Muhammadali

update-

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