| ChatRoomHelperCreateSupportChatRoom Method | 
            Creates support room. Support room is private, marked as IsSupport, so new messages will be send to online support engineers.
            
            Support greeting system message is automatically inserted (the default one) if the room is newly created.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static ChatRoomData CreateSupportChatRoom(
	ChatUserInfo currentChatUser
)
Parameters
- currentChatUser
- Type: CMS.ChatChatUserInfo
 Current chat user. This parameter is needed to find chat room (if this user has been chatting before).
Return Value
Type: 
ChatRoomDataChatRoomData
 See Also
See Also