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