question not get when user join room

0 votes
 
Log.d("onClick", "onClick");
HashMap<String, Object> table = new HashMap<String, Object>();
table.put("QuizTopic", topic);
theClient.createRoom(topic, userName, Constant.MAX_USER, table);
theClient.joinRoomWithProperties(table);
 
Join is success but cant get question
asked Dec 26, 2014 in AppWarpS2 by deepakjain.mobifly (10 points)

1 Answer

0 votes
Hi, You need to use getLiveRoomInfo() method to get the properties attached to a room. Please pass the room Id to this method as argument. You can get room id from onJoinRoomDone callback. getLiveRoomInfo() will return the information about the room in onGetLiveRoomInfoDone callback. Thanks
answered Dec 27, 2014 by Suyash Mohan (900 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...