Creates one-to-one chat room and inserts it into the DB. If room already exists, the old one is returned.
Invitation is send to secondChatUser and both users get 'Join' rights to this room.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- currentChatUser
- Type: CMS.Chat ChatUserInfo
Current chat user
- secondChatUser
- Type: CMS.Chat ChatUserInfo
Chat user to whisper with
Return Value
Type: ChatRoomDataChatRoomData
See Also