Click or drag to resize
ChatServiceCreateSupportChatRoomManual Method
Creates new support room. Support room is private room which can be accessed only by creator and support. When creator writes to this room, support is notified. This room does not have default greeting message, but messages passed as parameter.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
public ChatGeneralResponse<ChatRoomData> CreateSupportChatRoomManual(
	IEnumerable<string> messages
)

Parameters

messages
Type: System.Collections.GenericIEnumerableString

Return Value

Type: ChatGeneralResponseChatRoomData
ChatRoomData of new room

Implements

IChatServiceCreateSupportChatRoomManual(IEnumerableString)
See Also