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.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax 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