| ChatSupportTakenRoomHelperResolveTakenRoom Method  | 
            Deletes taken room. This room will no longer be taken.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic static void ResolveTakenRoom(
	int chatUserID,
	int roomID
)
Parameters
- chatUserID
 - Type: SystemInt32
Chat user ID who has this room taken. - roomID
 - Type: SystemInt32
Room ID. 
See Also