Voice chat in android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Voice chat in android

Im starting to create a small logical android game. Players should communicate by voice in turn. I want to implement a VOIP technology like discord in android studio. What should i pick for communication by voice in android? Socket, android official SIP or something else? And what should i do for server-side? Im quite worked with java and kotlin both. I appreciate for any advices. Thanks

2nd Jul 2021, 11:31 PM
MohammaD ReZa
MohammaD ReZa - avatar
2 Answers
+ 2
if your app use local network use Java Socket programing. and java.net package. It's absolutely efficient. i have a little experience in this field. ask me if you want.
29th Jul 2021, 6:36 PM
Mehran
Mehran - avatar
0
@mehran Thanks for your answer but it’s not local, I want use it on server
1st Aug 2021, 3:43 AM
MohammaD ReZa
MohammaD ReZa - avatar