IN THIS ARTICLE
FlexMatch Integration
Prerequisites
- Complete the integration for game session management for the game client and dedicated server.
Integrate game client
To support the optional FlexMatch features including backfill, your client application needs to implement the following use cases:
StartMatchmaking
StopMatchmaking
StartPolling
StopPolling
AcceptMatch
The AWS GameLift Gem provides both C++ APIs and scripting. You can implement these use cases using either method.
Integrate dedicated server
To support the optional manual backfill, your server should implement the following the use cases:
StartMatchBackfill
StopMatchBackfill
OnUpdateSessionBegin
OnUpdateSessionEnd