Commit 8e9cb4f5 authored by Muhammadali's avatar Muhammadali

update verison: 0.6.0

parent d443ebcd
{
"name": "boxdialer",
"version": "0.5.9",
"version": "0.6.0",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -246,12 +246,10 @@ export class BoxDialer {
console.log(e, `CallCardSetUiState method done ${e}`);
},
});
} else {
if (this.onSipStateChange[funcName] !== 'undefined') {
} else if (funcName && this.onSipStateChange[funcName] !== 'undefined') {
this.onSipStateChange[funcName](funcParam);
}
}
}
bxLog(...datas) {
console.log(`%c BXLOG:`, datas, 'background-color: red;');
......@@ -300,6 +298,7 @@ export class BoxDialer {
case 'call_connected':
// QORA EKRANDA ULANYAPTI.. SOZINI VAHTGA OZGARTIRISH KERE ( SEKKUNDAMER )
this.setGuiPhoneState({ stateCode: 'connected' });
break;
case 'hangup_terminating':
......
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