@vgroup/dialbox 0.4.122 → 0.4.123
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.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +3 -3
- package/esm2020/lib/dialbox.component.mjs +2 -2
- package/fesm2015/vgroup-dialbox.mjs +3 -3
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +3 -3
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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,7 @@ class CallProgressComponent {
|
|
|
1988
1988
|
direction: item.direction,
|
|
1989
1989
|
status: ''
|
|
1990
1990
|
};
|
|
1991
|
-
console.log(callInfo);
|
|
1991
|
+
console.log(callInfo, 'callInfo33333333333');
|
|
1992
1992
|
if (index == 0) {
|
|
1993
1993
|
this.startCall(callInfo);
|
|
1994
1994
|
}
|
|
@@ -3360,7 +3360,7 @@ class DialboxComponent {
|
|
|
3360
3360
|
"toName": "Test ",
|
|
3361
3361
|
"fromName": "Test ",
|
|
3362
3362
|
"from": "+12252519886",
|
|
3363
|
-
"to": "+
|
|
3363
|
+
"to": "+919712525318",
|
|
3364
3364
|
"status": "completed",
|
|
3365
3365
|
"direction": "outgoing-call"
|
|
3366
3366
|
},
|