Gets RoomState. Room is specified by chatRoomID.
            
            Rooms are updated before retrieving if needed.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntaxpublic RoomState GetRoom(
	int chatRoomID
)
Parameters
- chatRoomID
 - Type: SystemInt32
ID of a chat room 
Return Value
Type: 
RoomStateRoomState or null if room was not found
See Also