Commit 87b6b6b0 authored by Muhammadali's avatar Muhammadali

update-

parent 73b2d774
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.5.7", "version": "3.5.8",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -309,7 +309,7 @@ export class BoxDialer { ...@@ -309,7 +309,7 @@ export class BoxDialer {
this.setGuiPhoneState({ this.setGuiPhoneState({
stateCode: 'incoming', stateCode: 'incoming',
}); });
}, 5000); }, 3000);
}); });
// incoming call here // incoming call here
this.callSession.on('accepted', () => { this.callSession.on('accepted', () => {
...@@ -338,8 +338,7 @@ export class BoxDialer { ...@@ -338,8 +338,7 @@ export class BoxDialer {
this.callSession.on('confirmed', () => { this.callSession.on('confirmed', () => {
console.log( console.log(
'%c newRTCSession confirmed: ', '%c newRTCSession confirmed: ',
'font-size: 22px; color: yellow;', 'font-size: 22px; color: yellow;'
e,
); );
// this handler will be called for incoming calls too // this handler will be called for incoming calls too
console.log( console.log(
......
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