Commit 914b2381 authored by Muhammadali's avatar Muhammadali

update-

parent 4dc3fbbc
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.4.5", "version": "3.4.6",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -81,8 +81,8 @@ export class BoxDialer { ...@@ -81,8 +81,8 @@ export class BoxDialer {
uaEvents() { uaEvents() {
return { return {
progress: (e) => { progress: (e) => {
console.log('%c progress', 'font-size: 22px; color: green;', e.data); console.log('%c progress', 'font-size: 22px; color: green;', e);
this.hangupButtonClick(); // this.hangupButtonClick();
this.closeBxCall(); this.closeBxCall();
this.setGuiPhoneState({ this.setGuiPhoneState({
funcName: 'modalState', funcName: 'modalState',
...@@ -93,7 +93,7 @@ export class BoxDialer { ...@@ -93,7 +93,7 @@ export class BoxDialer {
}); });
}, },
failed: (e) => { failed: (e) => {
console.log('%c failed', 'font-size: 22px; color: green;', e.data); console.log('%c failed', 'font-size: 22px; color: green;', e);
// console.log('call failed with cause: ' + e.data); // console.log('call failed with cause: ' + e.data);
}, },
ended: (e) => { ended: (e) => {
...@@ -108,7 +108,7 @@ export class BoxDialer { ...@@ -108,7 +108,7 @@ export class BoxDialer {
}); });
}, },
confirmed: (e) => { confirmed: (e) => {
console.log('% cconfirmed', 'font-size: 22px; color: green;', e.data); console.log('% cconfirmed', 'font-size: 22px; color: green;', e);
// console.log(`%c BXLOG:`, datas, 'background-color: red;'); // console.log(`%c BXLOG:`, datas, 'background-color: red;');
this.setGuiPhoneState({ this.setGuiPhoneState({
funcName: 'modalState', funcName: 'modalState',
......
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