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