@vgroup/dialbox 0.6.13 → 0.6.14

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.
@@ -2643,6 +2643,7 @@ class CallProgressComponent {
2643
2643
  this.extensionService.getAllParticipants(conferenceSid).subscribe((res) => {
2644
2644
  this.allParticipentList = res.participants;
2645
2645
  this.filteredParticipentList = this.allParticipentList;
2646
+ this.applyFilter();
2646
2647
  // let index = this.contacts.findIndex((c:any)=> c?.numbersList[0]?.number == res?.to);
2647
2648
  // if(index > -1){
2648
2649
  // this.contacts[index].isCallOnHold = true;