Skip to main content
Configures whether the incoming text messages from the target chat control, in relation to the local chat control, is muted.

Syntax

Parameters

targetChatControl   PartyChatControl* The target chat control. muted   PartyBool True to mute, false otherwise.

Return value

PartyError c_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().

Remarks

Chat text muting determines whether incoming chat text messages from the target chat control will be provided to the local chat control.

Requirements

Header: Party.h

See also

PartyLocalChatControl
Last modified on August 3, 2026