| IChatServiceKickUser Method | 
            Kicks a chat user from a room. Currently logged user must be an admin to kick another user.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
 Syntax
SyntaxChatGeneralResponse KickUser(
	int roomID,
	int chatUserToKickID
)
Parameters
- roomID
- Type: SystemInt32
 User will be kicked from this room.
- chatUserToKickID
- Type: SystemInt32
 ID of user to kick
Return Value
Type: 
ChatGeneralResponseChatGeneralResponse (code OK if everything went fine)
 See Also
See Also