InProgress

Status update once the game is started.

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": "InProgress",
                "isExpedited": false
              }

Last updated