Commit 6c2c8c27 authored by Muhammadali's avatar Muhammadali

update-

parent 693a0f31
{
"name": "boxdialer",
"version": "3.6.9",
"version": "3.7.0",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -84,7 +84,7 @@ export class BoxDialer {
console.log('%c progress', 'font-size: 22px; color: green;', e);
// this.hangupButtonClick();
// this.closeBxCall();
window.innerCallBegin();
this.setGuiPhoneState({
funcName: 'modalState',
stateCode: 'connectingOutgoing',
......@@ -688,6 +688,7 @@ export class BoxDialer {
initialized(phoneNumber) {
this.callDirection = 'out';
let phoneNumberString = phoneNumber.toString();
if (phoneNumberString.length) {
// this.setGuiPhoneState({
// funcName: 'dynamicValue',
......
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