Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineVoice
- IOnlineVoice::RegisterLocalTalker()
- FOnlineVoiceImpl::RegisterLocalTalker()
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/VoiceInterface.h |
| Include | #include "Interfaces/VoiceInterface.h" |
bool RegisterLocalTalker
&40;
uint32 LocalUserNum
&41;
Remarks
Registers the user index as a local talker (interested in voice data) true if the call succeeded, false otherwise
Parameters
| Name | Description |
|---|---|
| UserIndex | the user index that is going to be a talker |