Commit 5f58606d authored by Muhammadali's avatar Muhammadali

update-

parent cdbac8f7
{
"name": "boxdialer",
"version": "4.8.3",
"version": "4.8.4",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -412,8 +412,6 @@ export class BoxDialer {
'font-size: 22px; color: yellow;',
e,
);
this.ua.register();
});
this.ua.on('registrationFailed', (e) => {
......@@ -432,6 +430,7 @@ export class BoxDialer {
'font-size: 22px; color: yellow;',
e,
);
this.ua.register();
});
this.ua.on('newMessage', (e) => {
console.log('%c newMessage: ', 'font-size: 22px; color: yellow;', e);
......
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