Hi,
	I am getting room ids when i call GetAllRooms() but i need room names also to display on my board. So how can i get room names ?
	 
	like in onCreateRoomDone(RoomEvent eventObj)  i can get room name by calling eventObj.getData().getName(); 
	 
	i want something like that in onGetAllRoomsDone (AllRoomsEvent eventObj) also, but i am unable to find the function which returns room name. could you please help me with this ?