Commit 814b1502 authored by Muhammadali's avatar Muhammadali

update 1.4.7

parent 37aaafe7
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.4.6", "version": "1.4.7",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -239,7 +239,7 @@ export class BoxDialer { ...@@ -239,7 +239,7 @@ export class BoxDialer {
if (window.BX24 && window.BX24.placement) { if (window.BX24 && window.BX24.placement) {
window?.BX24.placement.call('CallCardClose', {}, () => {}); window?.BX24.placement.call('CallCardClose', {}, () => {});
} else if (window.alovoicePhone && window.alovoicePhone.callMethods) { } else if (window.alovoicePhone && window.alovoicePhone.callMethods) {
window.alovoicePhone.close(); window?.alovoicePhone?.close();
} }
} }
setGuiPhoneState({ stateCode, funcName, funcParam }) { setGuiPhoneState({ stateCode, funcName, funcParam }) {
......
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