#
GameStartReqData
Parameter | Required | Type | Description |
---|---|---|---|
room_id | Yes | string | Room ID |
report_game_info_extras | No | string | Extra parameters, maximum length of 1024 bytes, truncated if exceeded |
report_game_info_key | No | string | Extra parameters key, maximum length of 64 bytes, can be used by the server to query game data for a game |
Request Example
{
"event": "game_start",
"mg_id": "mg_id_1",
"timestamp": "1657770493152",
"data": {
"room_id": "room_id_1",
"report_game_info_extras": "",
"report_game_info_key": ""
}
}