Click or drag to resize
ChatServiceDeleteAdmin Method
Deletes admin from the room. Only admin can do it.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 12.0.0
Syntax
C#
public ChatGeneralResponse DeleteAdmin(
	int roomID,
	int chatUserToDeleteID
)

Parameters

roomID
Type: SystemInt32
Room ID
chatUserToDeleteID
Type: SystemInt32
Chat user who will loose room admin permissions

Return Value

Type: ChatGeneralResponse
ChatGeneralResponse

Implements

IChatServiceDeleteAdmin(Int32, Int32)
See Also