@vgroup/dialbox 0.6.2-9.21 → 0.6.2-9.22
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.
|
@@ -1917,7 +1917,7 @@ class CallProgressComponent {
|
|
|
1917
1917
|
this.onholdOrUnholdParticipant({
|
|
1918
1918
|
participantId: [res.participantId],
|
|
1919
1919
|
conferenceId: res === null || res === void 0 ? void 0 : res.conferenceId,
|
|
1920
|
-
hold:
|
|
1920
|
+
hold: false,
|
|
1921
1921
|
mute: (res === null || res === void 0 ? void 0 : res.mute) || false,
|
|
1922
1922
|
conference: res.isConference || false
|
|
1923
1923
|
});
|
|
@@ -1928,7 +1928,7 @@ class CallProgressComponent {
|
|
|
1928
1928
|
this.onholdOrUnholdParticipant({
|
|
1929
1929
|
participantId: [this.currentCall.participantId],
|
|
1930
1930
|
conferenceId: (_p = this.currentCall) === null || _p === void 0 ? void 0 : _p.conferenceId,
|
|
1931
|
-
hold:
|
|
1931
|
+
hold: false,
|
|
1932
1932
|
mute: ((_q = this.currentCall) === null || _q === void 0 ? void 0 : _q.mute) || false,
|
|
1933
1933
|
conference: this.currentCall.isConference || false
|
|
1934
1934
|
});
|