Commit 6c326e33 authored by Muhammadali's avatar Muhammadali

update-

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