listing username's in a char toom lobby

  •  07-31-2009, 10:51 PM

    listing username's in a char toom lobby

    there doesnt seem to be a way using the public API to retrieve a list of users currently in a chat room.  does anyone know what classes we can use to get this information?
     
    i've figured out the ChatLobbyChannel class inherits from a type that exposes a method
     
     
    Just not clear how to construct this object
     
    public ChatLobbyChannel(ChatPortal portal, string name, IChatLobby lobby) : base(portal, name) {}
     
    When all i have access to is CuteChat.ChatSystem.Instance
     
    Help!   
View Complete Thread