@vgroup/dialbox 0.5.23 → 0.5.24
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.
|
@@ -4707,6 +4707,8 @@ class DialboxComponent {
|
|
|
4707
4707
|
endIncomingCall(incomingCall) {
|
|
4708
4708
|
this.notificationCallList.filter((item) => item?.participantId !== incomingCall.participantId);
|
|
4709
4709
|
this.incomingCallsList.filter((item) => item?.participantId !== incomingCall.participantId);
|
|
4710
|
+
this.incomeingCallSocketService.pause();
|
|
4711
|
+
this.cdk.detectChanges();
|
|
4710
4712
|
}
|
|
4711
4713
|
acceptNewIncomingCall(call) {
|
|
4712
4714
|
//first cut the current call
|