Commit 8bdd19c9 authored by Muhammadali's avatar Muhammadali

1.2.4

parent dea6fb57
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.2.3", "version": "1.2.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -220,6 +220,7 @@ export class BoxDialer { ...@@ -220,6 +220,7 @@ export class BoxDialer {
} }
setGuiPhoneState({ stateCode, funcName, funcParam }) { setGuiPhoneState({ stateCode, funcName, funcParam }) {
console.log('setGuiPhoneState______:', { stateCode, funcName, funcParam });
if (window?.alovoice_wsphone) { if (window?.alovoice_wsphone) {
let uiState = false; let uiState = false;
......
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