Commit 566d5462 authored by Muhammadali's avatar Muhammadali

update-

parent daceb435
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "2.6.2", "version": "2.6.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -251,7 +251,7 @@ export class BoxDialer { ...@@ -251,7 +251,7 @@ export class BoxDialer {
} }
setGuiPhoneState({ stateCode, funcName, funcParam }) { setGuiPhoneState({ stateCode, funcName, funcParam }) {
if (window?.alovoice_wsphone && !!stateCode?.length) { if (window?.alovoice_wsphone && !!stateCode?.length) {
console.log('getBxUiState:', getBxUiState); console.log('getBxUiState:', this.getBxUiState(stateCode));
this.callBxMethods({ this.callBxMethods({
bxMethodName: 'CallCardSetUiState', bxMethodName: 'CallCardSetUiState',
bxFuncParams: { uiState: this.getBxUiState(stateCode) }, bxFuncParams: { uiState: this.getBxUiState(stateCode) },
......
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