Hello everyone,
I'm working on a video chat app using Quickblox. When I'm running the code, I can log in but then the list of users to call is empty. For the moment I only have imported the video chat sample from git, and I don't know what to do in order to import a list of contacts to call.
Btw, I'm newbie at Java and app programming ^^
If someone can give me a clue or the solution to fix this problem...
QuickBlox Android SDK includes code snippets with main use cases and framework JAR library. - QuickBlox/quickblox-android-sdk
github.com
I've run it without any modifications first, and it gave me the initial problem I was talking about on my first message.
I've been trying to add modifications to the code relying on the documentation but nothing worked.
It the first time I am programming an app like this, so sorry if I am not clear enough in my explanations.