@vgroup/dialbox 0.5.40 → 0.5.41
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.
|
@@ -3618,8 +3618,9 @@ class DialboxComponent {
|
|
|
3618
3618
|
if (!this.isIncomingCallnotification) {
|
|
3619
3619
|
this.callData = [];
|
|
3620
3620
|
this.incomingCallsList = [];
|
|
3621
|
+
this.isCallInProgress = false;
|
|
3622
|
+
this.twilioService.device?.disconnectAll();
|
|
3621
3623
|
}
|
|
3622
|
-
// this.isCallInProgress = false;
|
|
3623
3624
|
}
|
|
3624
3625
|
// incomingCallData.participants.length ? incomingCallData.participants.filter((item: any) => !item.isLeft) : [];
|
|
3625
3626
|
// this.initializeTwilio();
|