Timeouts

Each player has one timeout per match lasting up to 60 seconds along with a brief towel-off breaks at every 6 points during a match.

Overview

Only normal timeouts are being supported. Towel-off breaks are currently not supported.

  1. Timeout Started

Timeout Started

Normal Timeout Started

{
    "eventElementType": "MatchStatusUpdate",
    "id": 1,
    "seqNum": 1,
    "matchStatus": {
        "matchState": "Timeout",
        "isExpedited": false,
        "team": "TeamA",
        "game": 1,
        "timeoutType": "PlayerTimeout"
    },
    "timestamp": "1970-01-01T00:00:00.000Z"
}

Last updated