@vgroup/dialbox 0.4.188 → 0.4.190
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.
|
@@ -3833,6 +3833,11 @@ class DialboxComponent {
|
|
|
3833
3833
|
// }
|
|
3834
3834
|
console.log(',,,,,', this.incomingCallnotification);
|
|
3835
3835
|
if (this.incomingCallnotification.data.content == "IncomingCall") {
|
|
3836
|
+
if (!this.incomingCallnotification.data.data?.c2cBusiness) {
|
|
3837
|
+
this.extensionService.getUserInformation(this.incomingCallnotification.data.data?.participantId).subscribe((resInfo) => {
|
|
3838
|
+
console.log('uesrInfo', resInfo);
|
|
3839
|
+
});
|
|
3840
|
+
}
|
|
3836
3841
|
let incomingCall = {
|
|
3837
3842
|
conferenceId: 'no',
|
|
3838
3843
|
isActive: true,
|