thanks terry for your response.
I'm a little unsure what the name is for the GetPlace call, I've tried the lobby title, and some other things nothing works. Any ideas?
var portal = ChatSystem.Instance.GetCurrentPortal();
var lobby = portal.GetPlace("my room") as ChatLobbyChannel;
var users = lobby.GetAllUsers();