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: 8.0.0.0 (8.0.5239.26125)
Parameters
- roomID
 - Type: 
System Int32
User will be kicked from this room. 
- chatUserToKickID
 - Type: 
System Int32
ID of user to kick 
Return Value
Type: ChatGeneralResponseChatGeneralResponse (code OK if everything went fine)
See Also