From 93aeb79acfee9f44297acc7e2e6ca1abb97d19dd Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Thu, 18 Oct 2012 10:38:00 +0000 Subject: A hack fixing problem with playing notifications during the ongoing call. --- src/net/java/sip/communicator/service/gui/UIService.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/net/java/sip/communicator/service/gui/UIService.java') diff --git a/src/net/java/sip/communicator/service/gui/UIService.java b/src/net/java/sip/communicator/service/gui/UIService.java index add11c0..b732bd7 100644 --- a/src/net/java/sip/communicator/service/gui/UIService.java +++ b/src/net/java/sip/communicator/service/gui/UIService.java @@ -462,4 +462,11 @@ public interface UIService * @return the created ContactList */ public ContactList createContactListComponent(); + + /** + * Returns a collection of all currently in progress calls. + * + * @return a collection of all currently in progress calls. + */ + public Collection getInProgressCalls(); } -- cgit v1.1