@vgroup/dialbox 0.6.25 → 0.6.26
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.
|
@@ -2146,7 +2146,7 @@ class CallProgressComponent {
|
|
|
2146
2146
|
conference: c.isConference || false
|
|
2147
2147
|
});
|
|
2148
2148
|
c.isMute = !c.isMute;
|
|
2149
|
-
await this.getAllParticipants(c?.
|
|
2149
|
+
await this.getAllParticipants(c?.conferenceSid);
|
|
2150
2150
|
this.filteredParticipentList = this.allParticipentList;
|
|
2151
2151
|
this.cdr.detectChanges();
|
|
2152
2152
|
}
|