Click or drag to resize
ChatSupportTakenRoomHelperResolveTakenRoom Method
Deletes taken room. This room will no longer be taken.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public static void ResolveTakenRoom(
	int chatUserID,
	int roomID
)

Parameters

chatUserID
Type: SystemInt32
Chat user ID who has this room taken.
roomID
Type: SystemInt32
Room ID.
See Also