Click or drag to resize
ChatService.CreateSupportChatRoom 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.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public ChatGeneralResponse<ChatRoomData> CreateSupportChatRoom()

Return Value

Type: ChatGeneralResponse<ChatRoomData>
ChatRoomData of new room

Implements

IChatService.CreateSupportChatRoom()
See Also