Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineVoice
Description
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
| Name | UnmuteRemoteTalker |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/VoiceInterface.h |
| Include Path | #include "Interfaces/VoiceInterface.h" |
bool UnmuteRemoteTalker
(
uint8 LocalUserNum,
const FUniqueNetId & PlayerId,
bool bIsSystemWide
)
TRUE if the function succeeds, FALSE otherwise
Parameters
| Name | Remarks |
|---|---|
| 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 |