Wi-Fi video call without an intermediate server or third-party connection such as Skype

I want to facilitate the video call from an Android device to another Android device. My question is, can I connect an Android Android device with an Android Android device without using an internet connection. I want to use it just like Skype. is it possible or not? if possible, then how can I implement it ... Can I get some snippets of code? Please give me a link to download this application.

+3
source share
1 answer

Firstly, your idea works in a completely different way than Skype, which is completely dependent on a functional Internet connection for its basic functions.

-, ad-hoc- WiFi Android, :

  • Wi-Fi . , 2,4 (, , ): , .
  • , - .
  • , - , .
  • , , (, , ; . , ), , , , TCP/IP .
  • , , ( ).
+1

All Articles