Commit 97fa5c7d authored by Muhammadali's avatar Muhammadali

update-

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