@vgroup/dialbox 0.4.123 → 0.4.124
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +2 -1
- package/esm2020/lib/dialbox.component.mjs +2 -2
- package/fesm2015/vgroup-dialbox.mjs +2 -1
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +2 -1
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1989,6 +1989,7 @@ class CallProgressComponent {
|
|
|
1989
1989
|
status: ''
|
|
1990
1990
|
};
|
|
1991
1991
|
console.log(callInfo, 'callInfo33333333333');
|
|
1992
|
+
this.currentCallList.push(callInfo);
|
|
1992
1993
|
if (index == 0) {
|
|
1993
1994
|
this.startCall(callInfo);
|
|
1994
1995
|
}
|
|
@@ -3360,7 +3361,7 @@ class DialboxComponent {
|
|
|
3360
3361
|
"toName": "Test ",
|
|
3361
3362
|
"fromName": "Test ",
|
|
3362
3363
|
"from": "+12252519886",
|
|
3363
|
-
"to": "+
|
|
3364
|
+
"to": "+916354564733",
|
|
3364
3365
|
"status": "completed",
|
|
3365
3366
|
"direction": "outgoing-call"
|
|
3366
3367
|
},
|