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

# chat_user::chat_indicator

> chat_user::chat_indicator

# chat\_user::chat\_indicator

채팅이 가능한지 여부와 이 사용자에 대해 현재 오디오가 생성되고 있는지 여부를 나타냅니다.

## 구문

```cpp theme={null}
game_chat_user_chat_indicator chat_indicator(  
)  
```

### 매개 변수

### 반환 값

형식: game\_chat\_user\_chat\_indicator

## 설명

이 표시는 사용자가 자신이 듣거나 보고 있는 것("누가 말하는 거지?")에 대한 이유 또는 그렇지 않은 이유를 파악할 수 있도록 UI 아이콘 표현을 돕기 위한 것입니다.

이 값은 자주 변경되며 일반적으로 그래픽 프레임마다 폴링됩니다.

디코딩 후 오디오 조작이 사용되도록 설정된 경우, 채팅 표시자는 어떤 디코딩 후 오디오 원본 스트림이 어떤 디코딩 후 오디오 싱크 스트림과 통신을 시도하고 허용되는지에 따라 설정됩니다. 앱이 디코딩 후 원본 스트림을 어떻게 함께 믹싱하는지에 관계없이 채팅 표시자는 설정됩니다.

## 요구 사항

**헤더:** GameChat2.h

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 관련 항목

[chat\_user](/reference/chat/gamechat2/classes/chat_user/chat_user)\
[game\_chat\_user\_chat\_indicator](/reference/chat/gamechat2/enums/game_chat_user_chat_indicator)\
[chat\_user::chat\_user\_local::set\_microphone\_muted](/reference/chat/gamechat2/classes/chat_user/chat_user_local/methods/chat_user_local_set_microphone_muted)\
[game\_chat\_audio\_manipulation\_mode\_flags::post\_decode\_stream\_manipulation](/reference/chat/gamechat2/enums/game_chat_audio_manipulation_mode_flags)


## Related topics

- [chat_user_local::remote_user_muted](/ko/reference/chat/gamechat2/classes/chat_user/chat_user_local/methods/chat_user_local_remote_user_muted.md)
- [chat_user_local::microphone_muted](/ko/reference/chat/gamechat2/classes/chat_user/chat_user_local/methods/chat_user_local_microphone_muted.md)
- [game_chat_user_chat_indicator](/ko/reference/chat/gamechat2/enums/game_chat_user_chat_indicator.md)
- [chat_user_local::set_remote_user_muted](/ko/reference/chat/gamechat2/classes/chat_user/chat_user_local/methods/chat_user_local_set_remote_user_muted.md)
- [chat_user_local::set_microphone_muted](/ko/reference/chat/gamechat2/classes/chat_user/chat_user_local/methods/chat_user_local_set_microphone_muted.md)
