Commit 76ca47cf authored by Muhammadali's avatar Muhammadali

1.5.0

parent b0f9e1dc
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.4.9", "version": "1.5.0",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -62,7 +62,7 @@ const Root = ({ data, onSetDnd }) => { ...@@ -62,7 +62,7 @@ const Root = ({ data, onSetDnd }) => {
data = result; data = result;
}; };
console.log(this.oSipSessionCall, 'oSipSessionCall'); console.log(boxDialer.oSipSessionCall, 'oSipSessionCall');
const selectWidjetType = (type) => { const selectWidjetType = (type) => {
switch (type) { switch (type) {
......
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