Commit 6c326e33 authored by Muhammadali's avatar Muhammadali

update-

parent 09562d93
{
"name": "boxdialer",
"version": "3.4.2",
"version": "3.4.3",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -321,7 +321,7 @@ export class BoxDialer {
});
this.callSession.on('ended', () => {
// the call has ended
this.closeBxCall();
// this.closeBxCall();
console.log(
'%c incoming end',
'font-size: 22px; color: yellow;',
......@@ -342,7 +342,7 @@ export class BoxDialer {
'font-size: 22px; color: yellow;',
d,
);
this.closeBxCall();
// this.closeBxCall();
this.onSoundType({ type: 'ring', bool: false });
this.setGuiPhoneState({
funcName: 'modalState',
......
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