Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineVoice
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/VoiceInterface.h |
| Include | #include "Interfaces/VoiceInterface.h" |
bool MuteRemoteTalker
(
uint8 LocalUserNum,
const FUniqueNetId & PlayerId,
bool bIsSystemWide
)
Remarks
Mutes a remote talker for the specified local player. NOTE: This only mutes them in the game unless the bIsSystemWide flag is true, which attempts to mute them globally true if the function succeeds, false otherwise
Parameters
| Name | Description |
|---|---|
| LocalUserNum | the user that is muting the remote talker |
| PlayerId | the remote talker that is being muted |
| bIsSystemWide | whether to try to mute them globally or not |