Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineVoice
- IOnlineVoice::UnmuteRemoteTalker()
- FOnlineVoiceImpl::UnmuteRemoteTalker()
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/VoiceInterface.h |
| Include | #include "Interfaces/VoiceInterface.h" |
bool UnmuteRemoteTalker
&40;
uint8 LocalUserNum,
const FUniqueNetId & PlayerId,
bool bIsSystemWide
&41;
Remarks
Allows a remote talker to talk to the specified local player. NOTE: This only unmutes them in the game unless the bIsSystemWide flag is true, which attempts to unmute them globally TRUE if the function succeeds, FALSE otherwise
Parameters
| Name | Description |
|---|---|
| LocalUserNum | the user that is allowing the remote talker to talk |
| PlayerId | the remote talker that is being restored to talking |
| bIsSystemWide | whether to try to unmute them globally or not |