ChatNotificationHelperSendInvitationToRoom Method (ChatRoomInfo, ChatUserInfo, ChatUserInfo) |
Inserts notification of type Invitation.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public 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