Create Rooms Programmatically

  •  04-04-2008, 12:01 PM

    Create Rooms Programmatically

    Hi. I am testing CuteChat to see if it will fit an application I am working on.
     
    I need to have the following base functionality.
    1. Have a single chat room with a limit (i.e. 25)
    2. When the limit is reached, a new room is created (for the 26th person)
    3. As rooms reach their limit, more new rooms are created.
    4. After a room has been empty for a specified period of time, it will be deleted.
     
    All of this should be done programmatically.
    Where would I look to modify CuteChat to do these things?
     
    Thanks,
    Robert
     
View Complete Thread