Commit 6877e063 authored by Muhammadali's avatar Muhammadali

update-

parent e8e4b8c8
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.7.8", "version": "3.7.9",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -84,7 +84,9 @@ export class BoxDialer { ...@@ -84,7 +84,9 @@ export class BoxDialer {
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();
window.innerCallBegin(true);
// window.innerCallBegin(true);
this.setGuiPhoneState({ this.setGuiPhoneState({
funcName: 'modalState', funcName: 'modalState',
stateCode: 'connectingOutgoing', stateCode: 'connectingOutgoing',
...@@ -320,7 +322,9 @@ export class BoxDialer { ...@@ -320,7 +322,9 @@ export class BoxDialer {
callType: 'incoming', callType: 'incoming',
}, },
}); });
window.innerCallBegin();
// window.innerCallBegin();
this.callSession.on('progress', (e) => { this.callSession.on('progress', (e) => {
console.log( console.log(
'%c progress: ', '%c progress: ',
......
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