@vgroup/dialbox 0.4.121 → 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.
@@ -1975,9 +1975,9 @@ class CallProgressComponent {
1975
1975
  // console.log(e);
1976
1976
  // }
1977
1977
  }
1978
- if (changes['conferenceCallInfo'].currentValue && this.conferenceCallInfo && changes['conferenceCallInfo'].previousValue.conferenceSid != changes['conferenceCallInfo'].currentValue.conferenceSid) {
1978
+ if (changes['conferenceCallInfo']?.currentValue && this.conferenceCallInfo && changes['conferenceCallInfo']?.previousValue?.conferenceSid != changes['conferenceCallInfo']?.currentValue?.conferenceSid) {
1979
1979
  this.isConference = true;
1980
- console.log(this.conferenceCallInfo);
1980
+ console.log(this.conferenceCallInfo, '222222222222222');
1981
1981
  this.conferenceCallInfo.participants.forEach((item, index) => {
1982
1982
  let callInfo = {
1983
1983
  from: this.selectedCallerId?.number,
@@ -1988,7 +1988,7 @@ class CallProgressComponent {
1988
1988
  direction: item.direction,
1989
1989
  status: ''
1990
1990
  };
1991
- console.log(callInfo);
1991
+ console.log(callInfo, 'callInfo33333333333');
1992
1992
  if (index == 0) {
1993
1993
  this.startCall(callInfo);
1994
1994
  }
@@ -3360,7 +3360,7 @@ class DialboxComponent {
3360
3360
  "toName": "Test ",
3361
3361
  "fromName": "Test ",
3362
3362
  "from": "+12252519886",
3363
- "to": "+916354564733",
3363
+ "to": "+919712525318",
3364
3364
  "status": "completed",
3365
3365
  "direction": "outgoing-call"
3366
3366
  },