RemoveUserEvent
Message
type RemoveUserEvent = {
type: 'removeUser'
user: RoomUser
}
Remarks
Upon receiving, client will:
- Raise a fatal error if
user
does not exist. - Raise a fatal error if
user
is the client. - Set master to
null
if removeduser
was master. - Set lead to
null
if removeduser
was lead. - Remove removed
user
's result. - Remove removed
user
from scoreboard sections.