Audio Input from mic

so I’ve been looking for voice chat system without the need of a subsystem because im doing a mobile game for android and since unreal doesn’t support P2P for mobile yet, I’ve decided to do my own dedicated server hosted by a PC and have mobile players connect to it and then I found out about WebRTC and how it could make an excellent voice chat system via web using web browser plugin that is built in the engine.

now the issue here is the engine doesn’t detect any mic/audio input and I’ve been looking around to see how to solve this issue but found nothing so far, it says in the log when I package my game “no audio implementation detected: audio will be silent” ← not the actual log text but close.

could somebody please point me in the right direction here please?

Hello,

You can use this plugin for voice chat, it works Cross-platform on Windows, Android, iOS.

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.