| ChatSupportTakenRoomInfoProviderIsRoomTaken Method  | 
            Checks if room is taken right now.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntaxpublic static bool IsRoomTaken(
	int roomID,
	int omitChatUserID
)
Parameters
- roomID
 - Type: SystemInt32
ID of room to check - omitChatUserID
 - Type: SystemInt32
If room is taken by this user, it won't count 
Return Value
Type: 
BooleanTrue if room is taken
See Also