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