1

I would like to know is it possible to make a video call in android programmatically? I found this question (How to make video call programmatically on Android 2.2 or higher?) but the answer seems to be only for Samsung phone. Is there any other solution without using any Api? Want through 3g/4g. Like the regular video call feature a mobile phone has.

Community
  • 1
  • 1
makis.k
  • 432
  • 6
  • 23
  • Possible duplicate of [Make voice and video call through internet with our application?](http://stackoverflow.com/questions/18910700/make-voice-and-video-call-through-internet-with-our-application) – StefanS Apr 01 '16 at 12:28
  • i dont want to use internet services. Just the native video call – makis.k Apr 01 '16 at 12:29
  • so you mean through the LAN ? or you want to call through the 3G / 4G network another telephone number with video ? – StefanS Apr 01 '16 at 12:30
  • I want through 3g/4g. Like the regular video call feature a mobile phone has – makis.k Apr 01 '16 at 12:38

2 Answers2

1

It can be done using XMPP. You can find more details about it here

DDsix
  • 1,966
  • 1
  • 18
  • 23
0

I don't know perfect about SIP - Session Initiation Protocol but using this it will be possible.