How voice chat works on ShooterGame example?

Hello everyone.

I’m have been trying to get voice chat but I didn’t succeed.
I think I am doing it correct but for some reason it doesn’t work.
If someone could explain how voice chat works on ShooterGame example(with details) it would be awesome.

Thanks!

I amm not sure exactly on how it works on the shooter example, but all you need to do is setup the multiplayer using steam, enable the voice in your DefaultEngine.ini and then just simply talk (it does not default to push to talk).

DefaultEngine.ini

[Voice] 
bEnabled=true

[OnlineSubsystem] 
bHasVoiceEnabled=true

Although, you most likely need to start and stop the voice, which could be done right after creating/joining a session.

129780-start_stop_networking_voice.png

So yea, I think that’s all you need to enable the voice. So I guess you can verify these things in the shooter example if you wish.

Will the game be for pc or mobile or what cause it will be different depending on what your using it for