Forum Discussion
garretthogan
7 years agoHonored Guest
Can Someone Help Me With VOIP Setup in 4.19
I am confused about where and how I am supposed to use the voip methods to register a player as a remote talker in a session. I am assuming that When a player logs in, I should get that players ID and...
Neontop
7 years agoHeroic Explorer
Hi @garretthogan I put that code:
auto OculusVoiceInterface = Online::GetVoiceInterface();
auto OculusIdentityInterface = Online::GetIdentityInterface();
auto UserId = OculusIdentityInterface->GetUniquePlayerId(0);
auto OculusIdentityInterface = Online::GetIdentityInterface();
auto UserId = OculusIdentityInterface->GetUniquePlayerId(0);
inside the OnJoinSessionComplete(FName SessionName, EOnJoinSessionCompleteResult::Type JoinResult)
{
}
This is from OSSSessionWidget.cpp which is coming with the Unreal example of the Oculus Platform SDK.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 months ago
- 5 years ago