@vgroup/dialbox 0.1.34 → 0.1.35

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.
@@ -2441,12 +2441,12 @@ class DialboxComponent {
2441
2441
  // }
2442
2442
  if (incomingCallData) {
2443
2443
  if (this.isCallInProgress) {
2444
- incomingCallData['isFirstCall'] = true;
2445
2444
  this.newIncomingCalls.push(incomingCallData);
2446
2445
  console.log('325', incomingCallData);
2447
2446
  this.getUserInformation(incomingCallData);
2448
2447
  }
2449
2448
  else {
2449
+ incomingCallData['isFirstCall'] = true;
2450
2450
  this.isCallInProgress = true;
2451
2451
  this.isDialpadHidden = false;
2452
2452
  this.callData.phone = incomingCallData.parameters['From'];