I am using cisco jtapi v7+ and investigating whether I can add a provider to only listen to certain (not all) events. However, the only call I see in the API is the following:
provider.addObserver(ProviderObserver);
I would like to avoid filtering events in my application and have it done through the API. Any thoughts/insight on this would be appreciated!