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

# Game Chat 2

> XBOX Game Development Kit の Game Chat 2 に関するドキュメントとリファレンスを紹介します。

XBOX ゲーム開発における Game Chat 2 のトピックを紹介します。

<CardGroup cols={2}>
  <Card title="Game Chat 2 の概要" icon="users-line" href="/services/xbox-services/multiplayer/chat/game-chat2/game-chat-2-intro">
    Game Chat 2 を使用すると、ユーザーのプライバシー設定を尊重しつつ、XBOX の要件を満たしながら、アプリに音声およびテキスト チャット通信を追加できます…
  </Card>

  <Card title="Game Chat 2" icon="comments" href="/services/xbox-services/multiplayer/chat/game-chat2/game-chat-2-overview">
    このツールを使用すると、ユーザーのプライバシー設定を尊重しつつ、アプリに音声およびテキスト チャット通信を追加できます。
  </Card>

  <Card title="リアルタイム オーディオ操作" icon="volume-high" href="/services/xbox-services/multiplayer/chat/game-chat2/real-time-audio-manipulation">
    このトピックでは、リアルタイム オーディオ操作の使用方法を簡単に説明します。
  </Card>

  <Card title="Game Chat 2 C++ API の使用" icon="users-line" href="/services/xbox-services/multiplayer/chat/game-chat2/using-game-chat-2">
    このトピックでは、Game Chat 2 の C++ API を使用してゲームに音声とテキストの通信を追加する方法を簡単に説明します。
  </Card>
</CardGroup>


## Related topics

- [game_chat_user_chat_indicator](/ja-jp/reference/chat/gamechat2/enums/game_chat_user_chat_indicator.md)
- [chat_user::chat_indicator](/ja-jp/reference/chat/gamechat2/classes/chat_user/methods/chat_user_chat_indicator.md)
- [chat_manager::get_chat_users](/ja-jp/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_get_chat_users.md)
- [game_chat_data_frame](/ja-jp/reference/chat/gamechat2/structs/game_chat_data_frame.md)
- [game_chat_state_change](/ja-jp/reference/chat/gamechat2/structs/game_chat_state_change.md)
