Skip to main content

Match Ready

As a response to the match configuration provided, the Game uses the Faceit Games API to notify the MATCH READY status in the game. This event must be sent when the game is ready to start, awaiting only the players to join. The event contains all the connection information required in order to connect to the match.

Match Ready

Example payload

{
"event_type": "READY",
"payload": {
"server_ip": "127.0.0.1",
"server_port": 1234,
"lobby_id": "034b7551-f63c-4e1e-afdb-092f227e1626",
"map": "liberation"
}
}