Skip to content Skip to sidebar Skip to footer

Make Voice And Video Call Through Internet With Our Application?

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

Solution 1:

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

Solution 2:

You can use Jingle for video calling. voice call can also be done using jingle. But mostly in Android, SIP Protocol is used for voice calling since it is comes with android.

Voice call over SIP Protocol

You can also look into this sample implementation of SIP in Android.

SIP Protocol Implemetation

You can find some Jingle Documentations here

Jingle Specifications link

Solution 3:

Maybe create socket communication over your server.(Leave stream) I development basicly two years ago. I send computer's camera views to phone screen via internet before. (Real time video stream)

Post a Comment for "Make Voice And Video Call Through Internet With Our Application?"