| ChatSupportTakenRoomHelperTakeRoom Method  | 
            Sets room as taken by chat user.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
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