Click or drag to resize
IChatServiceAcceptInvitation Method
Accepts invitation: - closes specified notification - inserts user into room (joins) - sends notification to sender about accepting invite

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse<ChatRoomData> AcceptInvitation(
	int notificationID
)

Parameters

notificationID
Type: SystemInt32
Notification (invitation) ID

Return Value

Type: ChatGeneralResponseChatRoomData
Room which is led to by the accepted invitation (so client can show it immediatelly in a room list)
See Also