@vgroup/dialbox 0.6.2-9.21 → 0.6.2-9.23
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
|
});
|
|
@@ -2769,7 +2769,7 @@ class CallProgressComponent {
|
|
|
2769
2769
|
conference: ((_b = this.currentCall) === null || _b === void 0 ? void 0 : _b.isConference) || false
|
|
2770
2770
|
});
|
|
2771
2771
|
if ((_c = this.currentCall) === null || _c === void 0 ? void 0 : _c.isConference) {
|
|
2772
|
-
this.isConferenceCallHold = true;
|
|
2772
|
+
// this.isConferenceCallHold = true;
|
|
2773
2773
|
}
|
|
2774
2774
|
this.startCall(callData, isNewConference);
|
|
2775
2775
|
}
|
|
@@ -3385,7 +3385,7 @@ class CallProgressComponent {
|
|
|
3385
3385
|
}
|
|
3386
3386
|
if ((c === null || c === void 0 ? void 0 : c.isConference) && !isConference) {
|
|
3387
3387
|
isConference = true;
|
|
3388
|
-
c['isConferenceCallHold'] = true;
|
|
3388
|
+
// c['isConferenceCallHold'] = true;
|
|
3389
3389
|
holdList.push(c);
|
|
3390
3390
|
}
|
|
3391
3391
|
});
|