Commit 6877e063 authored by Muhammadali's avatar Muhammadali

update-

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