+ 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
2 odpowiedzi
+ 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.
0
@mehran Thanks for your answer but it’s not local,
I want use it on server