@vgroup/dialbox 0.4.122 → 0.4.123
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 +3 -3
- package/esm2020/lib/dialbox.component.mjs +2 -2
- package/fesm2015/vgroup-dialbox.mjs +3 -3
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +3 -3
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1928,7 +1928,7 @@ class CallProgressComponent {
|
|
|
1928
1928
|
}
|
|
1929
1929
|
if (((_l = changes['conferenceCallInfo']) === null || _l === void 0 ? void 0 : _l.currentValue) && this.conferenceCallInfo && ((_o = (_m = changes['conferenceCallInfo']) === null || _m === void 0 ? void 0 : _m.previousValue) === null || _o === void 0 ? void 0 : _o.conferenceSid) != ((_q = (_p = changes['conferenceCallInfo']) === null || _p === void 0 ? void 0 : _p.currentValue) === null || _q === void 0 ? void 0 : _q.conferenceSid)) {
|
|
1930
1930
|
this.isConference = true;
|
|
1931
|
-
console.log(this.conferenceCallInfo);
|
|
1931
|
+
console.log(this.conferenceCallInfo, '222222222222222');
|
|
1932
1932
|
this.conferenceCallInfo.participants.forEach((item, index) => {
|
|
1933
1933
|
var _a;
|
|
1934
1934
|
let callInfo = {
|
|
@@ -1940,7 +1940,7 @@ class CallProgressComponent {
|
|
|
1940
1940
|
direction: item.direction,
|
|
1941
1941
|
status: ''
|
|
1942
1942
|
};
|
|
1943
|
-
console.log(callInfo);
|
|
1943
|
+
console.log(callInfo, 'callInfo33333333333');
|
|
1944
1944
|
if (index == 0) {
|
|
1945
1945
|
this.startCall(callInfo);
|
|
1946
1946
|
}
|
|
@@ -3314,7 +3314,7 @@ class DialboxComponent {
|
|
|
3314
3314
|
"toName": "Test ",
|
|
3315
3315
|
"fromName": "Test ",
|
|
3316
3316
|
"from": "+12252519886",
|
|
3317
|
-
"to": "+
|
|
3317
|
+
"to": "+919712525318",
|
|
3318
3318
|
"status": "completed",
|
|
3319
3319
|
"direction": "outgoing-call"
|
|
3320
3320
|
},
|