Commit 87b6b6b0 authored by Muhammadali's avatar Muhammadali

update-

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