@vgroup/dialbox 0.4.172 → 0.4.173
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.
|
@@ -2513,9 +2513,9 @@ class CallProgressComponent {
|
|
|
2513
2513
|
// }
|
|
2514
2514
|
await this.onholdOrUnholdParticipant({
|
|
2515
2515
|
participantId: this.currentCall?.isIncomingCall ? [this.currentCall?.id] : [this.currentCall?.participantId],
|
|
2516
|
-
conferenceId:
|
|
2516
|
+
conferenceId: this.currentCall?.conferenceId,
|
|
2517
2517
|
hold: true,
|
|
2518
|
-
mute:
|
|
2518
|
+
mute: this.currentCall?.mute || false,
|
|
2519
2519
|
conference: this.currentCall?.isConference || false
|
|
2520
2520
|
});
|
|
2521
2521
|
// data.isHold = false;
|