@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.
|
@@ -2103,7 +2103,7 @@ class CallProgressComponent {
|
|
|
2103
2103
|
conference: c.isConference || false
|
|
2104
2104
|
});
|
|
2105
2105
|
c.isMute = !c.isMute;
|
|
2106
|
-
yield this.getAllParticipants(c === null || c === void 0 ? void 0 : c.
|
|
2106
|
+
yield this.getAllParticipants(c === null || c === void 0 ? void 0 : c.conferenceSid);
|
|
2107
2107
|
this.filteredParticipentList = this.allParticipentList;
|
|
2108
2108
|
this.cdr.detectChanges();
|
|
2109
2109
|
});
|