Click or drag to resize
ChatInitiatedChatRequestHelperAcceptChatRequest Method
Accepts request. Marks it as accepted, gives user join rights to this room and logs him into chat.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static void AcceptChatRequest(
	ChatInitiatedChatRequestInfo request
)

Parameters

request
Type: CMS.ChatChatInitiatedChatRequestInfo
Request to accept.
See Also