Commit 914b2381 authored by Muhammadali's avatar Muhammadali

update-

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