Commit 6e10ff91 authored by Muhammadali's avatar Muhammadali

update-

parent 4b612157
{
"name": "boxdialer",
"version": "3.4.8",
"version": "3.4.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -83,8 +83,7 @@ export class BoxDialer {
progress: (e) => {
console.log('%c progress', 'font-size: 22px; color: green;', e);
// this.hangupButtonClick();
this.closeBxCall();
// this.closeBxCall();
this.setGuiPhoneState({
funcName: 'modalState',
stateCode: 'connectingOutgoing',
......@@ -502,8 +501,6 @@ export class BoxDialer {
};
getBxUiState(sipState) {
console.log('this_callDirection: ', this.callDirection);
// let arcodes = {
// incoming: 1,
// transferIncoming: 2,
......
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