@vgroup/dialbox 0.6.3-0.6 → 0.6.3-0.7

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.
@@ -2940,7 +2940,7 @@ class CallProgressComponent {
2940
2940
  }
2941
2941
  getAllParticipants(conferenceSid) {
2942
2942
  this.extensionService.getAllParticipants(conferenceSid).subscribe((res) => {
2943
- this.allParticipentList = res.participants.filter((resInfo) => ((resInfo === null || resInfo === void 0 ? void 0 : resInfo.to) == 'c2c_softphone_client' && (resInfo === null || resInfo === void 0 ? void 0 : resInfo.direction) == 'incoming-call') || (resInfo === null || resInfo === void 0 ? void 0 : resInfo.to) != 'c2c_softphone_client');
2943
+ this.allParticipentList = res.participants.filter((resInfo) => !((resInfo === null || resInfo === void 0 ? void 0 : resInfo.to) == 'c2c_softphone_client' && (resInfo === null || resInfo === void 0 ? void 0 : resInfo.direction) == 'incoming-call'));
2944
2944
  ;
2945
2945
  this.filteredParticipentList = this.allParticipentList;
2946
2946
  this.applyFilter();