Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I'm trying to make an app on android studio which does the following..

An application which allows mobile users on the same WiFi network to communicate via VOIP calling or Chatting.


I have knowledge in Java, XML and few other languages. I want to know how do I go about starting this? What are all the concepts I need to study in order to make a start. I've just learnt to use android studio and I can make simple apps. All the help is deeply appreciated.
Posted

I would avoid creating such a module from scratch because VoIP is a complex topic.
There are many open source and commercial voip libraries for android. Choose one and those has simple methods so you will just have to call functions like Register() and Call().

Here are a few free or open source VoIP library for Android:
-linphone
-pjsip
-mjsip
-sipdroid
-mizudroid
-doubango
-belle-sip
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900