beamable-sdk / api / lobbiesGetById
Function: lobbiesGetById()¶
lobbiesGetById(
requester,id,gamertag?):Promise<HttpResponse<Lobby>>
Defined in: src/__generated__/apis/LobbyApi.ts:116
Parameters¶
requester¶
The HttpRequester type to use for the API request.
id¶
string
The lobby id.
gamertag?¶
string
Override the playerId of the requester. This is only necessary when not using a JWT bearer token.
Returns¶
Promise<HttpResponse<Lobby>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.