@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.
|
@@ -4683,6 +4683,8 @@ class DialboxComponent {
|
|
|
4683
4683
|
endIncomingCall(incomingCall) {
|
|
4684
4684
|
this.notificationCallList.filter((item) => (item === null || item === void 0 ? void 0 : item.participantId) !== incomingCall.participantId);
|
|
4685
4685
|
this.incomingCallsList.filter((item) => (item === null || item === void 0 ? void 0 : item.participantId) !== incomingCall.participantId);
|
|
4686
|
+
this.incomeingCallSocketService.pause();
|
|
4687
|
+
this.cdk.detectChanges();
|
|
4686
4688
|
}
|
|
4687
4689
|
acceptNewIncomingCall(call) {
|
|
4688
4690
|
//first cut the current call
|