Makes ChatRoomData from information contained in ChatRoomInfo.
            
            Property IsRemoved is set based on:
            - if room is disabled, IsRemoved is true
            - if user is anonymous and room does not allow anonymous users, IsRemoved is set to true
            - otherwise it is set to false
            
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- roomState
 - Type: CMS.Chat RoomState
Room state 
- isUserAnonymous
 - Type: 
System Boolean
Anonymous state of current user 
Return Value
Type: ChatRoomDataChatRoomData
See Also