Expand my Community achievements bar.

LCCS Room Console feature requests

Avatar

Level 4

Hi,

It would be great to see details on rooms like creation dates and times. Also Im having trouble seeing very long lists of rooms.

There are rooms that I know exist and can log into but dont show up in the Room Console.

Thanks

...russ

1 Reply

Avatar

Employee

The server-side script libraries have a listRooms method that does return the date created, and most of them act as a command line tool.

listRoom returns only the first 1000 rooms (and hidden in the XML response it returns the total number of rooms). If I have time for next release I will extend it to accept a start number so that you can call it multiple times and get the full list of rooms, or not

In general our system is not designed to manipulate long lists of objects. Requests are slow and performances are poor (but directly accessing one room is fast). So, if you are planning to manipulate large number of rooms you should keep all the required information in a database on your side (I am assuming that if you do have such an application that deals with large numbers of objects, and you are charging for it, you'll have to have your own server to keep track of users and stuff. That would be the place where you keep your room directory).