| ChatSupportTakenRoomInfoProviderTakeRoom Method | 
            Sets room as taken by chat user.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void TakeRoom(
	int chatUserID,
	int roomID
)
Parameters
- chatUserID
- Type: SystemInt32
 Room will be taken by this chat user.
- roomID
- Type: SystemInt32
 This room will be taken.
 See Also
See Also