I'm trying to figure out how to implement a voice-chat feature in my game. Where the player pushes a button to speak to players in their proximity.
I have a Steam app key, so feel like I should be using the OnlineSubsystem to make use of the Steam Api, but can't find any documentation on how to go about this. Or is it easy to just use the game engine and have the server send out the voice audio packets?
Does anyone have any experience in this matter, or have any advice on how I should proceed?
Thanks in advance.
I have a Steam app key, so feel like I should be using the OnlineSubsystem to make use of the Steam Api, but can't find any documentation on how to go about this. Or is it easy to just use the game engine and have the server send out the voice audio packets?
Does anyone have any experience in this matter, or have any advice on how I should proceed?
Thanks in advance.
Comment