Click or drag to resize
ChatRoomUserInfoProviderGetSecondChatUserIDInOneToOneRoom 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: 9.0.0
Syntax
C#
public static ChatRoomUserInfo GetSecondChatUserIDInOneToOneRoom(
	int currentChatUserID,
	int roomID
)

Parameters

currentChatUserID
Type: SystemInt32
ID of a current chat user
roomID
Type: SystemInt32
Room ID

Return Value

Type: ChatRoomUserInfo
See Also