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