Support

RoomKickEvent

Summary
Constructor Attributes Constructor Name and Description
 
Event that occurs when an administrator or moderator kicks a user out of the room.
Field Summary
Field Attributes Field Name and Description
 
Event sub-type for moderator/admin performing the kick.
 
Event sub-type for user being kicked.
 
The sub-type of the instance of this event.
 
The userId of the user who triggered the instance of the event.
Fields borrowed from class RoomEvent:
roomId
Detail
RoomKickEvent()
Event that occurs when an administrator or moderator kicks a user out of the room.
Field Detail
KICK
Event sub-type for moderator/admin performing the kick.

KICKED
Event sub-type for user being kicked.

{String} name
The sub-type of the instance of this event.

{String} userId
The userId of the user who triggered the instance of the event.