Hello,
I have a problem with using Jabber Guest SDK for Android. I need to implement a Jabber fragment into my app, user selects a conference from the list, clicks on it and then a Fragment with Jabber should show. This works, but here is the problem:
When I end with the call, the end() method is called on the call instance. However, when an user clicks from the list immediately after the call end, the app crashes showing this in the log:
Cannot create new JabberGuestCall instance until the existing instance has been ended.
I ended the previous instance, so where is the problem? How can I detect, when I can create an instance? If the user wait several seconds, it works good.
Thank you for your tips.
Marek Foltyn