MatchStatusUpdate packets

Fields

In addition to the basic packet fields match status update packets have the following additional fields:

Field name

JSON type

Description

matchStatus

object (MatchStatus)

An object describing the current status of the match

Sample

{
  "eventElementType": "MatchStatusUpdate",
  "id": 2345,
  "matchStatus": {},
  "seqNum": 19,
  "timestamp": "2020-09-30T18:43:21Z",
}

Last updated