You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using the latest greenworks with steamsdk 1.51.
I can create lobbies successfully, getting the lobby id back (e.g. "30758872145812812").
The problem is when I try to do any action after creating that lobby, I get the error "Steam ID is invalid".
Example:
greenworks.getNumLobbyMembers(steamLobbyId)
greenworks.joinLobby(steamLobbyId)
greenworks.leaveLobby(steamLobbyId)
When I run "greenworks.getLobbyByIndex(0)", I get an empty object.
Any help?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the latest greenworks with steamsdk 1.51.
I can create lobbies successfully, getting the lobby id back (e.g. "30758872145812812").
The problem is when I try to do any action after creating that lobby, I get the error "Steam ID is invalid".
Example:
greenworks.getNumLobbyMembers(steamLobbyId)
greenworks.joinLobby(steamLobbyId)
greenworks.leaveLobby(steamLobbyId)
When I run "greenworks.getLobbyByIndex(0)", I get an empty object.
Any help?
The text was updated successfully, but these errors were encountered: