Click or drag to resize
IChatServiceLeaveRoomPermanently 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: 8.2.23
Syntax
C#
ChatGeneralResponse LeaveRoomPermanently(
	int roomID
)

Parameters

roomID
Type: SystemInt32
Room id

Return Value

Type: ChatGeneralResponse
General response
See Also