Commit a8b1ffe8 authored by Muhammadali's avatar Muhammadali

update

parent 377d4a81
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.7.7", "version": "1.7.8",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -254,6 +254,11 @@ export class BoxDialer { ...@@ -254,6 +254,11 @@ export class BoxDialer {
} }
} }
setGuiPhoneState({ stateCode, funcName, funcParam }) { setGuiPhoneState({ stateCode, funcName, funcParam }) {
console.log(
'setGuiPhoneState: ',
window?.alovoice_wsphone,
!!stateCode?.length,
);
if (window?.alovoice_wsphone && !!stateCode?.length) { if (window?.alovoice_wsphone && !!stateCode?.length) {
this.callBxMethods({ this.callBxMethods({
bxMethodName: 'CallCardSetUiState', bxMethodName: 'CallCardSetUiState',
......
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