I try to connect ot my server (server is working fine, I setup a zone and a room).
On Android I always get a BAD_REQUEST response on my connectWithUsername method.
What should I check? I double checked the app key, ip address. For username and token i tried different values (including sending "test" for both)
All I do is this:
WarpClient.initialize("6c9b8599-1f8e-4023-9", "192.168.0.161");
WarpClient.enableTrace(true);
WarpClient.setRecoveryAllowance(60);
warpClient = WarpClient.getInstance();
warpClient.addConnectionRequestListener(this);
warpClient.addZoneRequestListener(this);
warpClient.connectWithUserName("test", "test");