I noticed a conspicuous absence of discussion on the roomList component. I'm wondering if anyone has successfully used this component? I tried to recreate the example in the communication components.pdf but I can only get my lobby to launch a new chat room. It doesn't however register the number of people in that room.
I'm able to create new rooms; the lobby even gives me a total number of rooms however it doesn't tell me how many people are in each room.
I'm trying to sift through the code on both the main.asc and the roomlist component. I'm thinking I'm either completely messing this up or there might be an error in how the component is coded. Maybe a problem around how the number of people in each room is incremented.