@vgroup/dialbox 0.4.193 → 0.4.195
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 +2 -1
- package/esm2020/lib/dialbox.component.mjs +2 -2
- package/fesm2015/vgroup-dialbox.mjs +2 -1
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +2 -1
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2156,6 +2156,7 @@ class CallProgressComponent {
|
|
|
2156
2156
|
this.cdr.detectChanges();
|
|
2157
2157
|
}
|
|
2158
2158
|
yield this.getAllParticipants(this.twilioService.conferenceCallInfo.conferenceSid);
|
|
2159
|
+
return false;
|
|
2159
2160
|
});
|
|
2160
2161
|
}
|
|
2161
2162
|
initiateCall(payload) {
|
|
@@ -3801,7 +3802,7 @@ class DialboxComponent {
|
|
|
3801
3802
|
// }
|
|
3802
3803
|
console.log(',,,,,', this.incomingCallnotification);
|
|
3803
3804
|
if (this.incomingCallnotification.data.content == "IncomingCall") {
|
|
3804
|
-
if (
|
|
3805
|
+
if (((_a = this.incomingCallnotification.data.data) === null || _a === void 0 ? void 0 : _a.c2cBusiness) == 'false') {
|
|
3805
3806
|
this.extensionService.getUserInformation((_b = this.incomingCallnotification.data.data) === null || _b === void 0 ? void 0 : _b.participantId).subscribe((resInfo) => {
|
|
3806
3807
|
console.log('uesrInfo', resInfo);
|
|
3807
3808
|
});
|