> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PartyChatControlChatIndicator

> Audio states for a target chat control in relation to a local chat control.

Audio states for a target chat control in relation to a local chat control.

## Syntax

```cpp theme={null}
enum class PartyChatControlChatIndicator    
{  
    Silent = 0,  
    Talking = 1,  
    IncomingVoiceDisabled = 2,  
    IncomingCommunicationsMuted = 3,  
    NoRemoteInput = 4,  
    RemoteAudioInputMuted = 5,  
}  
```

## Constants

| Constant                    | Description                                                                             |
| --------------------------- | --------------------------------------------------------------------------------------- |
| Silent                      | The target chat control isn't generating voice audio.                                   |
| Talking                     | The target chat control is generating voice audio.                                      |
| IncomingVoiceDisabled       | The local chat control is not configured to receive audio from the target chat control. |
| IncomingCommunicationsMuted | The target chat control has been muted by the local chat control.                       |
| NoRemoteInput               | The target chat control does not have an audio input.                                   |
| RemoteAudioInputMuted       | The target chat control has an audio input but has muted it.                            |

## Requirements

**Header:** Party.h

## See also

[Party members](/services/playfab/multiplayer/networking/reference/party_members)


## Related topics

- [PartyLocalChatControl::GetChatIndicator](/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getchatindicator.md)
- [Troubleshooting Voice Chat](/services/playfab/community/voice-communications/concepts-audio-troubleshooting.md)
- [PlayFab Party Release Notes](/services/playfab/multiplayer/networking/release-notes.md)
- [Party C/C++ API overview](/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyLocalChatControlChatIndicator](/services/playfab/multiplayer/networking/reference/enums/partylocalchatcontrolchatindicator.md)
