01. Pre-Match
This section will describe the packets that are received upon the start of the match. At the start of every table tennis match, the same packets should be received in the same order.
Overview
1. Players Confirmed
{
"eventElementType": "MatchStatusUpdate",
"id": 999991,
"seqNum": 1,
"matchStatus": {
"matchState": {
"state": "PlayersConfirmed",
"isExpedited": false
},
"teamAPlayer1": "HARIMOTO Tomokazu",
"teamBPlayer1": "OVTCHAROV Dimitrij",
"table": "Table 1",
"teamAPlayersDetails": {
"player1Id": 23,
"player1Gender": "M",
"player1Organisation": "JPN"
},
"teamBPlayersDetails": {
"player1Id": 47,
"player1Gender": "M",
"player1Organisation": "GER"
}
},
"timestamp": "2021-07-13T13:38:22.867Z"
}2. In Progress
Last updated
Was this helpful?