Commit f15bbe83 authored by Muhammadali's avatar Muhammadali

update-

parent 914b2381
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.4.6", "version": "3.4.7",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -83,9 +83,11 @@ export class BoxDialer { ...@@ -83,9 +83,11 @@ export class BoxDialer {
progress: (e) => { progress: (e) => {
console.log('%c progress', 'font-size: 22px; color: green;', e); 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',
stateCode: 'connectingOutgoing',
funcParam: { funcParam: {
bool: false, bool: false,
callType: '', callType: '',
......
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