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
When all i have access to is CuteChat.ChatSystem.Instance
Help!