@vgroup/dialbox 0.4.122 → 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.
@@ -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,8 @@ class CallProgressComponent {
1940
1940
  direction: item.direction,
1941
1941
  status: ''
1942
1942
  };
1943
- console.log(callInfo);
1943
+ console.log(callInfo, 'callInfo33333333333');
1944
+ this.currentCallList.push(callInfo);
1944
1945
  if (index == 0) {
1945
1946
  this.startCall(callInfo);
1946
1947
  }