Click or drag to resize
IChatServiceLeaveRoom Method
Leaves chat room.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse LeaveRoom(
	int roomID
)

Parameters

roomID
Type: SystemInt32
ID of a room.

Return Value

Type: ChatGeneralResponse
ChatGeneralReponse
See Also