Click or drag to resize
ChatSupportServiceSupportLeaveRoom Method
Leaves room. After this call, new messages in this room will be send to all online supporters.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public ChatGeneralResponse SupportLeaveRoom(
	int roomID
)

Parameters

roomID
Type: SystemInt32
Room ID to leave

Return Value

Type: ChatGeneralResponse

Implements

IChatSupportServiceSupportLeaveRoom(Int32)
See Also