Hi,Is there a way in the PHP Api of AFCS to only delete rooms that are
currently empty ? My problem is simple, I have a page in which I create
an AFCS room for 2 users. After users quit the room, it stay alive until
next time. I would like to destroy all the rooms that are inactive.I
thought to do a periodic script which would make a list of rooms
available (via listRooms()) and remove only if they are inactive (empty)
but I don't see any function to check the state of a room. Can you help
me pl...