Click or drag to resize
IChatServiceAcceptChatRequest Method
Accepts initiated chat request.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
ChatGeneralResponse AcceptChatRequest(
	int chatRoomID
)

Parameters

chatRoomID
Type: SystemInt32
Room used in the request

Return Value

Type: ChatGeneralResponse
See Also