| ChatInitiatedChatRequestHelperInitiateChatByUserID Method | 
            Initiates chat with user. User can't be public user. 
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static SupportRoomData InitiateChatByUserID(
	int userID
)
Parameters
- userID
- Type: SystemInt32
 ID of user to initiate chat with.
Return Value
Type: 
SupportRoomDataRoom which was created for this conversation.
 See Also
See Also