Click or drag to resize
IChatServiceCreateSupportChatRoom 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: 8.2.23
Syntax
C#
ChatGeneralResponse<ChatRoomData> CreateSupportChatRoom()

Return Value

Type: ChatGeneralResponseChatRoomData
ChatRoomData of new room
See Also