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

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

Parameters

chatRoomID
Type: SystemInt32
Room used in the request

Return Value

Type: ChatGeneralResponse

Implements

IChatServiceAcceptChatRequest(Int32)
See Also