| ChatNotificationHelperSendInvitationToRoom Method (ChatRoomInfo, ChatUserInfo, ChatUserInfo) | 
            Inserts notification of type Invitation.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
Syntaxpublic static void SendInvitationToRoom(
	ChatRoomInfo room,
	ChatUserInfo currentChatUser,
	ChatUserInfo chatUserToInvite
)
Parameters
- room
- Type: CMS.ChatChatRoomInfo
 Invitation to this room will be send
- currentChatUser
- Type: CMS.ChatChatUserInfo
 Current chat user ID (sender of notification)
- chatUserToInvite
- Type: CMS.ChatChatUserInfo
 Chat user to invite (receiver of notification)
 See Also
See Also