@vgroup/dialbox 0.4.174 → 0.4.175

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.
@@ -3808,7 +3808,7 @@ class DialboxComponent {
3808
3808
  this.registerDragElement();
3809
3809
  }
3810
3810
  ngOnChanges(changes) {
3811
- if (changes['incomingCallnotification']) {
3811
+ if (changes['incomingCallnotification'].currentValue && this.incomingCallnotification) {
3812
3812
  this.isIncomingCallnotification = true;
3813
3813
  // let payload = {
3814
3814
  // recordId: this.incomingCallnotification.data.data.participantId,
@@ -3818,6 +3818,7 @@ class DialboxComponent {
3818
3818
  // deviceId: this.deviceId,
3819
3819
  // conferenceId: this.incomingCallnotification.data.data.conferenceId || 'no'
3820
3820
  // }
3821
+ console.log(',,,,,', this.incomingCallnotification);
3821
3822
  if (this.incomingCallnotification.data.content == "IncomingCall") {
3822
3823
  let incomingCall = {
3823
3824
  conferenceId: 'no',