@vgroup/dialbox 0.4.196 → 0.4.197
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.
|
@@ -3838,7 +3838,7 @@ class DialboxComponent {
|
|
|
3838
3838
|
if (this.incomingCallnotification.data.data?.c2cBusiness == 'false') {
|
|
3839
3839
|
this.extensionService.getUserInformation(this.incomingCallnotification.data.data?.participantId).subscribe((resInfo) => {
|
|
3840
3840
|
console.log('uesrInfo', resInfo);
|
|
3841
|
-
callerInfo = resInfo;
|
|
3841
|
+
callerInfo = resInfo.c2cInformation;
|
|
3842
3842
|
});
|
|
3843
3843
|
}
|
|
3844
3844
|
let incomingCall = {
|