Match Started
When the match effectively starts, the MATCH STARTED message is sent by the Game to Faceit to set the match as "ongoing".

Example payload
{
"event_type": "STARTED",
"payload": {
"players_joined": ["123", "456"]
}
}
When the match effectively starts, the MATCH STARTED message is sent by the Game to Faceit to set the match as "ongoing".

{
"event_type": "STARTED",
"payload": {
"players_joined": ["123", "456"]
}
}