PlayersConfirmed

Status update once the players have been confirmed.

Fields

This matchSate object type has the following fields:

Field name

JSON type

Description

state

string

The current status of the game

isExpedited

Boolean

Indicates whether the game has expedited (true or false)

Sample

"matchState": {
                "state": "PlayersConfirmed",
                "isExpedited": false
              }

Last updated