UE5 C++ Voice chat implementation

Hi all,

I am using Online Subsystem Steam, listen server, there are already implemented: CreateSession, FindSessions, JoinSession, DestroySession, StartSession events. It works.

Now i need voice chat, what’s the best way to achieve it to work?
Something simple that works 100%?
I need it for 10 players maximum.

Is it possible to use only Voice Chat Interface in Unreal Engine | Unreal Engine 5.2 Documentation without EOS? Have not found any guide : (

I’ve already tried The easy way to add Voice Chat into your multiplayer Unreal Engine 4 Game - Couch Learn but it doesnt work

Looked through shootergame code, mb this approach doesnt work in unreal engine 5? Or am i doing something wrong?