Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make voice and video call through internet with our application? [closed]

I want to develop voice and video call through our application users in android like Wechat Application. How can i doing this? I have searched in Google but i didn't get any exact reference or samples. Can anyone explain and give some sample source and references for doing this functionality? And I have few confusion about SIP and VOIP which one im going to use for support android versions 2.2 to higher versions applications?

like image 927
Karthik Avatar asked Sep 10 '25 19:09

Karthik


1 Answers

Lumincall is an open source SIP. its under GPL licence so you wont Have to pay for it.

Linphone is an open source Voice Over IP.its also nder GPL licence so you wont Have to pay for it. you can get the source code of these app. it may help you

like image 87
null pointer Avatar answered Sep 12 '25 10:09

null pointer