@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.
@@ -1546,6 +1546,7 @@ class IncomingCallComponent {
1546
1546
  if (call) {
1547
1547
  this.twilioCallData = call;
1548
1548
  this.twilioAuthId = call.customParameters.get('twilioAuthId');
1549
+ this.newIncomingCallsList.push(call);
1549
1550
  if (!call.parameters) {
1550
1551
  call.parameters = {};
1551
1552
  }
@@ -2215,7 +2216,7 @@ class DialboxComponent {
2215
2216
  this.selectedCallerId = { number: contact.from };
2216
2217
  this.isSmartDialCall = true;
2217
2218
  setTimeout(() => {
2218
- this.isDialpadHidden = true;
2219
+ this.isDialpadHidden = false;
2219
2220
  }, 2000);
2220
2221
  this.callData.phone = contact.number;
2221
2222
  this.callData.name = contact.name;
@@ -2229,7 +2230,7 @@ class DialboxComponent {
2229
2230
  else {
2230
2231
  this.getUserCallSetting();
2231
2232
  setTimeout(() => {
2232
- this.isDialpadHidden = true;
2233
+ this.isDialpadHidden = false;
2233
2234
  }, 1000);
2234
2235
  this.getUserInformation(contact);
2235
2236
  // this.incomingCallsList.push(contact)