Click or drag to resize
ChatServiceLeaveRoom Method
Leaves chat room.

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

Parameters

roomID
Type: SystemInt32
ID of a room.

Return Value

Type: ChatGeneralResponse
ChatGeneralReponse

Implements

IChatServiceLeaveRoom(Int32)
See Also