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

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

Parameters

contactID
Type: SystemInt32
ContactID to start chat with

Return Value

Type: ChatGeneralResponseSupportRoomData

Implements

IChatSupportServiceInitiateChatByContactID(Int32)
See Also