@vgroup/dialbox 0.5.31 → 0.5.33

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.
@@ -3984,8 +3984,8 @@ class DialboxComponent {
3984
3984
  incomingCall.participants[0]['sourceName'] = callerInfo.sourceName;
3985
3985
  incomingCall.participants[0]['subject'] = callerInfo.subject;
3986
3986
  }
3987
- this.incomingCallsList.push(incomingCall);
3988
3987
  this.notificationCallList.push(incomingCall);
3988
+ this.incomingCallsList = [...this.incomingCallsList, ...this.notificationCallList];
3989
3989
  this.cdk.detectChanges();
3990
3990
  if ((_j = this.incomingCallnotification.data.data) === null || _j === void 0 ? void 0 : _j.participantId) {
3991
3991
  this.isCallInProgress = true;