Commit 566d5462 authored by Muhammadali's avatar Muhammadali

update-

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