@vgroup/dialbox 0.7.58 → 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.
@@ -2854,9 +2854,9 @@ class CallProgressComponent {
2854
2854
  deviceId: this.deviceId,
2855
2855
  clientSid: this.call?.parameters['CallSid']
2856
2856
  });
2857
- if (addClientParticipantRes?.status != 200 && response?.message?.length) {
2858
- swal("Error", response.message.join("<br/>"), "error");
2859
- }
2857
+ // if(addClientParticipantRes?.status != 200) {
2858
+ // swal("Error", addClientParticipantRes?.message.join("<br/>"), "error");
2859
+ // }
2860
2860
  this.addRes = await this.addParticipantToCall({
2861
2861
  from: callData?.from,
2862
2862
  route: "OUTGOING",