@vgroup/dialbox 0.7.5 → 0.7.6

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.
@@ -2234,6 +2234,9 @@ class CallProgressComponent {
2234
2234
  this.deviceNumberList = this.callerIdList.map((res) => res.number);
2235
2235
  this.rejoinHost(this.callAction);
2236
2236
  }
2237
+ if (changes['newCallConference']?.currentValue) {
2238
+ this.CallToUnsavedNumber(this.newCallConference?.number, true);
2239
+ }
2237
2240
  }
2238
2241
  async rejoinHost(callInfo) {
2239
2242
  try {