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

3

26

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?

Malka answered 20/9, 2013 at 7:0 Comment(12)
check this linkTatman
U want to have a voice call using internet?Charlean
@Wishy S do you have any idea about thatMalka
as far as I know karthik voice calling through internet is done using VOIP (Voice over internet packet)...for this you need to develop a dialer through which you can make a call to specific id'd or number...You will have to assign a unique id to every device in which you will be installing the applicationCharlean
trac.pjsip.org/repos/wiki/Getting-Started/AndroidCharlean
Have a look over this https://mcmap.net/q/333549/-voip-library-for-android-closedCharlean
hi Mr @NightCrawler i m not asking video call through phone?Malka
@Wishy once i gone through those links if i update you?Malka
@Wishy i have gone through those references, and i got some idea how can i use IMSDroid in my application can you please guide me?Malka
@Malka sorry man...but i have not worked on this kind of application yet...as it is still in the pipeline at my workplace...though still i will let you know if i find something more usefulCharlean
predictive-dialer.org/predictive-dialer-blog/?p=38 will help to clear doubt SIP Vs VOIP.Xanthate
This question is too broad; questions asking only for generic examples are off-topic for Stack Overflow. Instead, start writing code, and come back when you have a more specific problem. Be sure to show us what you have tried and include a Minimal, Complete, Verifiable Example.Diadromous
N
16

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

Norwegian answered 1/10, 2013 at 11:51 Comment(0)
C
10

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

Concavoconcave answered 1/10, 2013 at 8:34 Comment(0)
A
1

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)

Anhydride answered 30/9, 2013 at 14:16 Comment(2)
Hi nurisezgin please give me hint how can i achieve same that you have develop because i want to do same and it's my university final project. ThanksCaridadcarie
Hi Devani, this link maybe helpfull for you ---> docs.opencv.org/modules/highgui/doc/…Anhydride

© 2022 - 2024 — McMap. All rights reserved.