@vgroup/dialbox 0.3.29 → 0.3.30
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.
|
@@ -2569,7 +2569,7 @@ class CallProgressComponent {
|
|
|
2569
2569
|
isIncomingCall: false,
|
|
2570
2570
|
isHold: false,
|
|
2571
2571
|
isLeft: false,
|
|
2572
|
-
isConference:
|
|
2572
|
+
isConference: true
|
|
2573
2573
|
};
|
|
2574
2574
|
this.cdr.detectChanges();
|
|
2575
2575
|
console.log(this.callData, 'this.callData5656');
|
|
@@ -2592,7 +2592,7 @@ class CallProgressComponent {
|
|
|
2592
2592
|
}));
|
|
2593
2593
|
// Put current call on hold
|
|
2594
2594
|
// this.heldCall = this.call;
|
|
2595
|
-
|
|
2595
|
+
this.isCallOnHold = true;
|
|
2596
2596
|
// this.heldCall.mute(true);
|
|
2597
2597
|
// this.heldCall['parameters']['caller_name'] = { ...this.callData }
|
|
2598
2598
|
// this.call=null
|