| ChatInitiatedChatRequestHelperInitiateChatByUserID Method  | 
            Initiates chat with user. User can't be public user. 
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
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