Click or drag to resize
ChatRoomUserInfoProvider.GetSecondChatUserIDInOneToOneRoom Method
Gets chat user who is present in room with roomID. User with ID in currentChatUserID is omited. This method should be used only for one to one rooms.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 11.0.0
Syntax
C#
public static ChatRoomUserInfo GetSecondChatUserIDInOneToOneRoom(
	int currentChatUserID,
	int roomID
)

Parameters

currentChatUserID
Type: System.Int32
ID of a current chat user
roomID
Type: System.Int32
Room ID

Return Value

Type: ChatRoomUserInfo
See Also