> ## 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.

# PartyLocalChatControlChatIndicator

> Audio states for a local chat control.

Audio states for a local chat control.

## Syntax

```cpp theme={null}
enum class PartyLocalChatControlChatIndicator    
{  
    Silent = 0,  
    Talking = 1,  
    AudioInputMuted = 2,  
    NoAudioInput = 3,  
}  
```

## Constants

| Constant        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Silent          | The local chat control is not generating voice audio.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Talking         | The local chat control is generating voice audio.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| AudioInputMuted | The local chat control's audio input is muted.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| NoAudioInput    | Either no audio input has been specified for the local chat control, or initializing the specified input failed.<br /><br /> This may be due to the user removing a physical audio device, or an error during audio device initialization. A [PartyLocalChatAudioInputChangedStateChange](/services/playfab/multiplayer/networking/reference/structs/partylocalchataudioinputchangedstatechange) or [PartyLocalChatAudioOutputChangedStateChange](/services/playfab/multiplayer/networking/reference/structs/partylocalchataudiooutputchangedstatechange) with more granular information will have been provided prior to the chat indicator changing to this value. |

## Requirements

**Header:** Party.h

## See also

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


## Related topics

- [PartyLocalChatControl::GetLocalChatIndicator](/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getlocalchatindicator.md)
- [Troubleshooting Voice Chat](/services/playfab/community/voice-communications/concepts-audio-troubleshooting.md)
- [Party C/C++ API overview](/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyChatControlChatIndicator](/services/playfab/multiplayer/networking/reference/enums/partychatcontrolchatindicator.md)
- [PartyLocalChatControl::GetChatIndicator](/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getchatindicator.md)
