How to do Voice chat on android?

Now that multiplayer is finally working with UE4 and android I’d like to know if it’s possible to do voice chat on android devices (for a gearvr co-op experience). So far all information I’ve found is only for Windows and iOS voice chat - if it’s not supported yet could it be a feature request for 4.13?

+1, I’m also interesting in the same question, anyone could help ?

Like to know this

Check out this thread:

You basically need to integrate the android Opus codec and to implement the voice module.

Hello,

You can use this plugin for voice chat, it works Cross-platform on Windows, Android, iOS. It works on both no session based game and session based game.

You can do global, team and proximity voice chat.
It is optimized with the usage of opus codec,
and you can choose microphone sampling rate and number of channels, you can also get the raw Pcm data of microphone input.

There’s one more good plugin that might not be as specifically designed for voice chat as “Cross-Platform Voice Chat Pro”, but it offers more low-level functionalities beyond microphone usage. It also works well on mobile devices, including Android and iOS, with automatic microphone permission requests.