Commit 038acac9 authored by Muhammadali's avatar Muhammadali

update

parent 75a41bea
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.8.2", "version": "1.8.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -256,9 +256,7 @@ export class BoxDialer { ...@@ -256,9 +256,7 @@ export class BoxDialer {
setGuiPhoneState({ stateCode, funcName, funcParam }) { setGuiPhoneState({ stateCode, funcName, funcParam }) {
console.log( console.log(
'dsadsadsad', 'dsadsadsad',
!(window?.alovoice_wsphone && !!stateCode?.length) && !(window?.alovoice_wsphone && !!stateCode?.length),
funcName &&
this.onSipStateChange[funcName] !== 'undefined',
); );
if (window?.alovoice_wsphone && !!stateCode?.length) { if (window?.alovoice_wsphone && !!stateCode?.length) {
this.callBxMethods({ this.callBxMethods({
......
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