startMatch()
Overview:
Start a game match.
Usage:
const data = await client.match.startMatch();Requirement:
Game client is initialized.
User is authenticated.
Parameters:
nullReturn:
Success:
Promise<any>Failed:
errorError:
500 Internal Server Error.Last updated