Hello,
I think I correctly call the
myGame.subscribeLobby();
method, and I do receive a sucessful response in the
onSubscribeLobbyDone method.
But neither the method
onUserJoinedLobby is called, and nor the myGame.getLiveLobbyInfo()
method returns the list of available users. The response from
the latter method is null.
How should I register a user to Lobby, and then receive the username?
I am using the App42MultiPlayerGamingSDK.jar, and it is the latest version, because I downloaded a couple of days ago.
Thank you,
Vasilis