Amazon GameLift Servers Realtime client API (C#) reference
Use this reference guide to understand how to implement Realtime client API functionality into your multiplayer game clients. For guidance on how to integrate this API into your game clients, see Integrate a game client for Amazon GameLift Servers Realtime.
The Realtime client API includes a set of synchronous API calls and asynchronous callbacks that enable a game client to connect to a Realtime server and exchange messages and data with other game clients via the server.
This API is defined in the following libraries:
Client.cs
To set up the Realtime client API
-
Download the Amazon GameLift ServersRealtime client SDK
. -
Build the C# SDK libraries. Locate the solution file
GameLiftRealtimeClientSdkNet45.sln. See theREADME.mdfile for the C# Server SDK for minimum requirements and additional build options. In an IDE, load the solution file. To generate the SDK libraries, restore the NuGet packages and build the solution. -
Add the Realtime Client libraries to your game client project.