Hello
Is there a possibility of not showing the lobby?
For example, I consume the account endpoints, for a user X, I create their SessionKey, I get the list of GameRings and I show them to the user in their own interface, this user enters one of these GameRings and I need to open it automatically, and not show the lobby.
This is possible?
I try it by GET to this example URL
http://12.34.56.789:8087?LoginName=Aces ... ABCDEF1234
and then consuming the EndPoint RingGamesOpen, but it always returns that the user is not logged in
thanks
Possibility of not showing the lobby
-
Kent Briggs
- Site Admin
- Posts: 6057
- Joined: Wed Mar 19, 2008 8:47 pm
Re: Possibility of not showing the lobby
No, the lobby contains important menu functions needed by the players.alexeirojas87 wrote:Is there a possibility of not showing the lobby?
-
alexeirojas87
- Posts: 13
- Joined: Wed May 20, 2020 9:46 pm
Re: Possibility of not showing the lobby
Yes, I know this. But I provide all these functions in my own website, consuming yours EndpointsKent Briggs wrote:No, the lobby contains important menu functions needed by the players.alexeirojas87 wrote:Is there a possibility of not showing the lobby?
it is technically possible?
-
Kent Briggs
- Site Admin
- Posts: 6057
- Joined: Wed Mar 19, 2008 8:47 pm
Re: Possibility of not showing the lobby
There is no "hide the lobby" setting.alexeirojas87 wrote:it is technically possible?