@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.
@@ -2481,7 +2481,7 @@ class CallProgressComponent {
2481
2481
  else {
2482
2482
  let index = this.currentCallList.findIndex((res) => res.participantId == data.participantId);
2483
2483
  this.currentCallList.splice(index, 1);
2484
- swal("Error", res === null || res === void 0 ? void 0 : res.message, "error");
2484
+ swal("Error", res === null || res === void 0 ? void 0 : res.message.join("<br/>"), "error");
2485
2485
  this.incomeingCallSocketService.pause();
2486
2486
  this.endCallEvent.emit(data);
2487
2487
  }