@vgroup/dialbox 0.7.57 → 0.7.59

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.
@@ -2816,9 +2816,9 @@ class CallProgressComponent {
2816
2816
  deviceId: this.deviceId,
2817
2817
  clientSid: (_d = this.call) === null || _d === void 0 ? void 0 : _d.parameters['CallSid']
2818
2818
  });
2819
- if ((addClientParticipantRes === null || addClientParticipantRes === void 0 ? void 0 : addClientParticipantRes.status) != 200) {
2820
- swal("Error", response === null || response === void 0 ? void 0 : response.message.join("<br/>"), "error");
2821
- }
2819
+ // if(addClientParticipantRes?.status != 200) {
2820
+ // swal("Error", addClientParticipantRes?.message.join("<br/>"), "error");
2821
+ // }
2822
2822
  this.addRes = yield this.addParticipantToCall({
2823
2823
  from: callData === null || callData === void 0 ? void 0 : callData.from,
2824
2824
  route: "OUTGOING",