@vgroup/dialbox 0.4.122 → 0.4.124
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.
|
@@ -1977,7 +1977,7 @@ class CallProgressComponent {
|
|
|
1977
1977
|
}
|
|
1978
1978
|
if (changes['conferenceCallInfo']?.currentValue && this.conferenceCallInfo && changes['conferenceCallInfo']?.previousValue?.conferenceSid != changes['conferenceCallInfo']?.currentValue?.conferenceSid) {
|
|
1979
1979
|
this.isConference = true;
|
|
1980
|
-
console.log(this.conferenceCallInfo);
|
|
1980
|
+
console.log(this.conferenceCallInfo, '222222222222222');
|
|
1981
1981
|
this.conferenceCallInfo.participants.forEach((item, index) => {
|
|
1982
1982
|
let callInfo = {
|
|
1983
1983
|
from: this.selectedCallerId?.number,
|
|
@@ -1988,7 +1988,8 @@ class CallProgressComponent {
|
|
|
1988
1988
|
direction: item.direction,
|
|
1989
1989
|
status: ''
|
|
1990
1990
|
};
|
|
1991
|
-
console.log(callInfo);
|
|
1991
|
+
console.log(callInfo, 'callInfo33333333333');
|
|
1992
|
+
this.currentCallList.push(callInfo);
|
|
1992
1993
|
if (index == 0) {
|
|
1993
1994
|
this.startCall(callInfo);
|
|
1994
1995
|
}
|