Commit 86bacf35 authored by Muhammadali's avatar Muhammadali

update

parent 76ca47cf
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.5.0", "version": "1.5.1",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -24,7 +24,7 @@ export class BoxDialer { ...@@ -24,7 +24,7 @@ export class BoxDialer {
viewVideoRemote; viewVideoRemote;
viewLocalScreencast; // <video> (webrtc) or <div> (webrtc4all) viewLocalScreencast; // <video> (webrtc) or <div> (webrtc4all)
oConfigCall; oConfigCall;
callDirection; callDirectio3324077n;
oReadyStateTimer; oReadyStateTimer;
ringtone; ringtone;
ringbacktone; ringbacktone;
...@@ -453,6 +453,7 @@ export class BoxDialer { ...@@ -453,6 +453,7 @@ export class BoxDialer {
}, },
}); });
} }
console.log(this.oSipSessionCall, 'oSipSessionCall_Inset');
} }
skipButtonClick() { skipButtonClick() {
......
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