@vgroup/dialbox 0.0.47 → 0.0.49

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.
@@ -1545,6 +1545,7 @@ class IncomingCallComponent {
1545
1545
  if (call) {
1546
1546
  this.twilioCallData = call;
1547
1547
  this.twilioAuthId = call.customParameters.get('twilioAuthId');
1548
+ this.newIncomingCallsList.push(call);
1548
1549
  if (!call.parameters) {
1549
1550
  call.parameters = {};
1550
1551
  }
@@ -2199,7 +2200,7 @@ class DialboxComponent {
2199
2200
  this.selectedCallerId = { number: contact.from };
2200
2201
  this.isSmartDialCall = true;
2201
2202
  setTimeout(() => {
2202
- this.isDialpadHidden = true;
2203
+ this.isDialpadHidden = false;
2203
2204
  }, 2000);
2204
2205
  this.callData.phone = contact.number;
2205
2206
  this.callData.name = contact.name;
@@ -2213,7 +2214,7 @@ class DialboxComponent {
2213
2214
  else {
2214
2215
  this.getUserCallSetting();
2215
2216
  setTimeout(() => {
2216
- this.isDialpadHidden = true;
2217
+ this.isDialpadHidden = false;
2217
2218
  }, 1000);
2218
2219
  this.getUserInformation(contact);
2219
2220
  // this.incomingCallsList.push(contact)