Commit dd35865d authored by Muhammadali's avatar Muhammadali

update-

parent 87b6b6b0
{
"name": "boxdialer",
"version": "3.5.8",
"version": "3.5.9",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -305,11 +305,9 @@ export class BoxDialer {
'font-size: 22px; color: yellow;',
e,
);
setTimeout(() => {
this.setGuiPhoneState({
stateCode: 'incoming',
});
}, 3000);
this.setGuiPhoneState({
stateCode: 'incoming',
});
});
// incoming call here
this.callSession.on('accepted', () => {
......@@ -338,7 +336,7 @@ export class BoxDialer {
this.callSession.on('confirmed', () => {
console.log(
'%c newRTCSession confirmed: ',
'font-size: 22px; color: yellow;'
'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