Click or drag to resize
ChatSupportTakenRoomInfoProviderResolveTakenRoom Method
Deletes taken room. This room will no longer be taken. If room is taken by other user than chatUserID, it does nothing.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
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