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?
Make voice and video call through internet with our application? [closed]
Asked Answered
check this link –
Tatman
U want to have a voice call using internet? –
Charlean
@Wishy S do you have any idea about that –
Malka
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 application –
Charlean
trac.pjsip.org/repos/wiki/Getting-Started/Android –
Charlean
Have a look over this https://mcmap.net/q/333549/-voip-library-for-android-closed –
Charlean
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 useful –
Charlean
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
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.
You can also look into this sample implementation of SIP in Android.
You can find some Jingle Documentations here
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)
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. Thanks –
Caridadcarie
Hi Devani, this link maybe helpfull for you ---> docs.opencv.org/modules/highgui/doc/… –
Anhydride
© 2022 - 2024 — McMap. All rights reserved.