Commit 038acac9 authored by Muhammadali's avatar Muhammadali

update

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