@vgroup/dialbox 0.5.47 → 0.5.48

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.
@@ -2530,7 +2530,7 @@ class CallProgressComponent {
2530
2530
  else {
2531
2531
  let index = this.currentCallList.findIndex((res) => res.participantId == data.participantId);
2532
2532
  this.currentCallList.splice(index, 1);
2533
- swal("Error", res?.message, "error");
2533
+ swal("Error", res?.message.join("<br/>"), "error");
2534
2534
  this.incomeingCallSocketService.pause();
2535
2535
  this.endCallEvent.emit(data);
2536
2536
  }