> ## 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](/ko/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getchatindicator.md)
- [Troubleshooting Voice Chat](/ko/services/playfab/community/voice-communications/concepts-audio-troubleshooting.md)
- [PlayFab Party 릴리스 정보](/ko/services/playfab/multiplayer/networking/release-notes.md)
- [Party C/C++ API 개요](/ko/services/playfab/multiplayer/networking/reference/party_members.md)
- [PartyLocalChatControlChatIndicator](/ko/services/playfab/multiplayer/networking/reference/enums/partylocalchatcontrolchatindicator.md)
