Hi folks,
Newbie getting started with the AppWarp API's for a card game. I would like to use dynamic turn based room here.
I'm able to get a connection, check to see if the room exists (either by attempting a join or getting the live details). As no room exists (I get a result code of 2 -- RESOURCE_NOT_FOUND).
I then attempt to instantiate a room via a call of:
WarpClient.GetInstance().CreateRoom("PlayNow", "user1", 4, null);
I never get a response. When looking via the AppHQ -- I can see the rooms get created -- but the SDK never returns to me on this.
I've tried on both an android and windows flavor of my monogame app.
AppWarp Runtime Version: v4.0.30319, Version: 1.0.5161.23476