Guys I want to send responses to all the players in a room at the same time..say for ex:about a certain players score update etc..I do know how to send it from the server in response to an extension request..My client side is being coded in android environment..
List<User> r=player.getRoomJoined().getUsersList();
ext.send("handler_response_id",params,player.getRoomJoined().getUsersList());
But i do not understand how to recieve this response at the client side..There are other ways to do so as well like.
temporary being a moderator and sending a moderator message to all players in that room..but many experts have advised not to use "MODERATOR_MESSAGE" event for these purposes..If someone has worked with this..plz do help guys..I'm in a real pinch here..Any ideas or help appreciated..Thanks a lot in advance..