Click or drag to resize
ChatInitiatedChatRequestHelperInitiateChatByContactID Method
Initiates chat with Contact.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static SupportRoomData InitiateChatByContactID(
	int contactID
)

Parameters

contactID
Type: SystemInt32
ID of contact to initiate chat with.

Return Value

Type: SupportRoomData
Room created for this communication.
See Also