Click or drag to resize
ChatServiceLeaveRoomPermanently Method
Permanently leaves current user from the private chat room (Join/Admin rights are removed from this room). If room is not private, it acts as normale LeaveRoom().

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

Parameters

roomID
Type: SystemInt32
Room id

Return Value

Type: ChatGeneralResponse
General response

Implements

IChatServiceLeaveRoomPermanently(Int32)
See Also