Click or drag to resize
IChatSupportServiceInitiateChatByContactID Method
Initiates chat with user identified by his ContactID.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
ChatGeneralResponse<SupportRoomData> InitiateChatByContactID(
	int contactID
)

Parameters

contactID
Type: SystemInt32
ContactID to start chat with

Return Value

Type: ChatGeneralResponseSupportRoomData
See Also