Thanks for the great plugin, !
What are the steps needed to enable VOIP via direct IP connection without Steam subsystem? Is it even possible to do it with NULL subsystem or without any? Don’t want to depend on any third party like Steam or Oculus.
I’ve tried various approaches and nothing seems to be working: don’t hear anything in PIE or packaged. What I’ve done:
- I put in the end of my [FONT=courier new]DefaultGame.ini:
[/Script/Engine.GameSession]
bRequiresPushToTalk=false
- I put in the end of my [FONT=courier new]DefaultEngine.ini:
[Voice]
bEnabled=true
[OnlineSubsystem]
bHasVoiceEnabled=true
DefaultPlatformService=Null
-
Created a custom [FONT=courier new]PlayerState and selected it in the [FONT=courier new]GameMode
-
Created a Test pawn
-
Added this to my custom [FONT=courier new]PlayerController: