ChatNotificationHelperAcceptInvitation Method |
Accepts invitation.
Sets notification as read. Inserts notification about accepting invitation and gives Join right to room (if room is private).
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax public static ChatRoomData AcceptInvitation(
ChatNotificationInfo notification
)
Parameters
- notification
- Type: CMS.ChatChatNotificationInfo
Invitation to accept
Return Value
Type:
ChatRoomDataInvitation to this room was accepted (or null if it is one to one). This is used to display room immediatelly on the client side.
See Also