Use getLiveRoomInfo() method. This will return result in onGetLiveRoomInfoDone() callback. onGetLiveRoomInfoDone() provides onGetLiveRoomInfoDone object. Calling getData() will return RoomData object.
For e.g.
public void onGetLiveRoomInfoDone(LiveRoomInfoEvent eventObj){
string roomName = eventObj.getData ().getName ();
}