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