Hi 1 n all,
I am getting an error message "Command Time Out 762". Can anybody tell me how to change the time out value?? I am trying to implement the challenge mode.
Thanks in advance!!
Dheeraj Gundapuneni.
Hi 1 n all,
I am getting an error message "Command Time Out 762". Can anybody tell me how to change the time out value?? I am trying to implement the challenge mode.
Thanks in advance!!
Dheeraj Gundapuneni.
Hi,
please read challenge match guidelines from developers guide section 2.9:
http://www.forum.nokia.com/info/sw.n..._1_en.pdf.html
Also check what the SNAP Mobile API javadocs say about gameStart() and challenge matches:
http://www.forum.nokia.com/info/sw.n..._2_en.zip.html
gameStart
public ItemList gameStart(java.lang.String lobbyID,
java.lang.String lobbyPW,
int lobbyMaxUsers,
int lobbyStatus,
java.lang.String gameRoomID,
java.lang.String gameRoomPW,
int gameRoomMaxUsers,
int gameRoomUserCount,
int gameRoomStatus,
int mode,
int leader,
int timeout,
java.lang.String presence,
int byID)
- Heidi