Click or drag to resize
IChatSupportServiceSupportLeaveRoom 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: 10.0.0
Syntax
C#
ChatGeneralResponse SupportLeaveRoom(
	int roomID
)

Parameters

roomID
Type: SystemInt32
Room ID to leave

Return Value

Type: ChatGeneralResponse
See Also