Commit 97fa5c7d authored by Muhammadali's avatar Muhammadali

update-

parent 981ac913
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.5.5", "version": "3.5.6",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -306,9 +306,11 @@ export class BoxDialer { ...@@ -306,9 +306,11 @@ export class BoxDialer {
'font-size: 22px; color: yellow;', 'font-size: 22px; color: yellow;',
e, e,
); );
this.setGuiPhoneState({ setTimeout(() => {
stateCode: 'incoming', this.setGuiPhoneState({
}); stateCode: 'incoming',
});
}, 2000);
}); });
// incoming call here // incoming call here
this.callSession.on('accepted', () => { this.callSession.on('accepted', () => {
...@@ -373,9 +375,9 @@ export class BoxDialer { ...@@ -373,9 +375,9 @@ export class BoxDialer {
console.log( console.log(
'%c incoming faile ', '%c incoming faile ',
'font-size: 22px; color: yellow;', 'font-size: 22px; color: yellow;',
d,
); );
// this.closeBxCall(); this.closeBxCall();
this.hangupButtonClick();
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