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

> 目标聊天控件相对于本地聊天控件的音频状态。

目标聊天控件相对于本地聊天控件的音频状态。

## Syntax

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

## Constants

| Constant                    | Description            |
| --------------------------- | ---------------------- |
| Silent                      | 目标聊天控件未生成语音音频。         |
| Talking                     | 目标聊天控件正在生成语音音频。        |
| IncomingVoiceDisabled       | 本地聊天控件未配置为从目标聊天控件接收音频。 |
| IncomingCommunicationsMuted | 目标聊天控件已被本地聊天控件静音。      |
| NoRemoteInput               | 目标聊天控件没有音频输入。          |
| RemoteAudioInputMuted       | 目标聊天控件有音频输入，但已将其静音。    |

## Requirements

**Header:** Party.h

## See also

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


## Related topics

- [PartyLocalChatControl::GetChatIndicator](/zh-CN/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getchatindicator.md)
- [语音聊天故障排除](/zh-CN/services/playfab/community/voice-communications/concepts-audio-troubleshooting.md)
- [PlayFab Party 发行说明](/zh-CN/services/playfab/multiplayer/networking/release-notes.md)
- [Party C/C++ API 概述](/zh-CN/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyLocalChatControlChatIndicator](/zh-CN/services/playfab/multiplayer/networking/reference/enums/partylocalchatcontrolchatindicator.md)
