Adding chat by using Microsoft Azure PlayFab Party

Use this topic to understand how PlayFab Party simplifies adding low-latency chat and data communication to your game in a way that's flexible, inclusive, and secure. Party is ideal for multiplayer implementations when a cloud-hosted dedicated server isn't wanted (sometimes called peer-to-peer games or P2P games). Party powers voice and text communications for social experiences within your app (for example, in-game squads or post-game lobbies), even if you're using a cloud server as the game host.

Party uses Azure Cognitive Services to transcribe user voice chat and synthesize text as speech, which was primarily designed as an accessibility aid. Typical usage of PlayFab Party voice chat is billed on a per-minute basis. For more information, see PlayFab Party Pricing. We recommend tying activation of this capability to an ease-of-access user setting.

Note

Party also translates chat in real time. In anonymous matchmaking and international competitive games, these transcription and translation capabilities are a more engaging multiplayer experience.

A key goal of PlayFab Party (and our other multiplayer services) is to facilitate interoperable multiplayer infrastructure and cross-network gameplay. Verify that your multiplayer experiences comply with relevant platform policies for multiplayer and cross-network user activity.

Note

It is recommended to use PlayFab Party over GameChat2 API. For more information about integrating PlayFab Party for voice chat, see Understanding how PlayFab Party chat works.

See also

PlayFab Party

PlayFab Party Overview