Commit a8b1ffe8 authored by Muhammadali's avatar Muhammadali

update

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