@vgroup/dialbox 0.4.194 → 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.
|
@@ -3834,7 +3834,7 @@ class DialboxComponent {
|
|
|
3834
3834
|
// }
|
|
3835
3835
|
console.log(',,,,,', this.incomingCallnotification);
|
|
3836
3836
|
if (this.incomingCallnotification.data.content == "IncomingCall") {
|
|
3837
|
-
if (
|
|
3837
|
+
if (this.incomingCallnotification.data.data?.c2cBusiness == 'false') {
|
|
3838
3838
|
this.extensionService.getUserInformation(this.incomingCallnotification.data.data?.participantId).subscribe((resInfo) => {
|
|
3839
3839
|
console.log('uesrInfo', resInfo);
|
|
3840
3840
|
});
|