const data = await ctx.modules.lobbies.setPlayerConnected({
  // Request body
});

Public

Yes

Request

const data = await ctx.modules.lobbies.setPlayerConnected({
  // Request body
});

Request

Object containing the following properties:
PropertyType
lobbyIdstring
lobbyTokenstring
playerTokens (*)Array<string>
(*) Required.

Response

Response

Object containing the following properties:
PropertyType
All properties are optional.