C
C
CeBePHblY2017-01-08 08:54:33
Android
CeBePHblY, 2017-01-08 08:54:33

How to enable video calling in your application?

How can you implement video calls in your application?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Zagaevsky, 2017-01-08
@zagayevskiy

Everything is possible, but you will need your own or rented server, Asterisk, for example. SIP telephony, see https://github.com/r3gis3r/CSipSimple - there are definitely video calls there. Keep in mind right away that this is not easy, I smoked the topic for several months, until I reached some kind of understanding.

R
Rou1997, 2017-01-08
@Rou1997

There are two extremes, find a ready-made solution and write your own, everything else is in between, the first extreme in this case is the use of a ready-made application like Skype or Viber through Intent, the other extreme is the implementation of your own client-server protocol, most likely based on TCP, although to get the extreme it is better to take UDP. :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question