@vgroup/dialbox 0.1.52 → 0.1.53

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.
@@ -1764,6 +1764,7 @@ class CallProgressComponent {
1764
1764
  constructor(extensionService, cdr) {
1765
1765
  this.extensionService = extensionService;
1766
1766
  this.cdr = cdr;
1767
+ this.newIncomingCallsList = [];
1767
1768
  this.endCallEvent = new EventEmitter();
1768
1769
  this.incomingCallsNewInfo = new EventEmitter();
1769
1770
  this.minimiseEvent = new EventEmitter();