@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.
@@ -2686,6 +2686,7 @@ class CallProgressComponent {
2686
2686
  this.extensionService.getAllParticipants(conferenceSid).subscribe((res) => {
2687
2687
  this.allParticipentList = res.participants;
2688
2688
  this.filteredParticipentList = this.allParticipentList;
2689
+ this.applyFilter();
2689
2690
  // let index = this.contacts.findIndex((c:any)=> c?.numbersList[0]?.number == res?.to);
2690
2691
  // if(index > -1){
2691
2692
  // this.contacts[index].isCallOnHold = true;