@vgroup/dialbox 0.0.41 → 0.0.42
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.
|
@@ -3033,11 +3033,11 @@ class DialboxComponent {
|
|
|
3033
3033
|
newIncomingCallInitiated() {
|
|
3034
3034
|
this.isCallInProgress = true;
|
|
3035
3035
|
this.newIncomingCalls = [];
|
|
3036
|
-
|
|
3036
|
+
this.incomingCallInitiated.emit();
|
|
3037
3037
|
}
|
|
3038
3038
|
incomingCallsNewInfo(data) {
|
|
3039
3039
|
this.incomingCallsList = data;
|
|
3040
|
-
|
|
3040
|
+
this.incomingCallsNewInfoEvent.emit(data);
|
|
3041
3041
|
}
|
|
3042
3042
|
ngOnDestroy() {
|
|
3043
3043
|
try {
|