Commit 814b1502 authored by Muhammadali's avatar Muhammadali

update 1.4.7

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