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

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

Parameters

roomID
Type: System.Int32
Room ID
chatUserToDeleteID
Type: System.Int32
Chat user who will loose room admin permissions

Return Value

Type: ChatGeneralResponse
ChatGeneralResponse

Implements

IChatService.DeleteAdmin(Int32, Int32)
See Also