Need help in building Android App
here are the requirements
1. Login to my server
2. check the available/connected users
3. Place a call
4. Communicate text/audio/video chat with user
5. End the call
Step 1,2 are easy and not related with WebRTC APIs
What APIs do I need to complete step 3-5?
I have libjingle_so.so and libjingle.jar library files.
I need some steps or API documentation or example explaining the API usage.
I am completely new to WebRTC and struggling to move forward.
If I can get information like create an activity extend/implement xyz class, override abc method, do this then do that, that would be helpful.
Thanks