ProtoFlux:Verify Join Request

From Resonite Wiki
Verify Join Request
Verify
UserID
UserSessionID
MachineID
Username
HeadOutputDevice
Platform
IsInvited
IsContact
IsInKioskMode
IsSpectatorBanned
IsMuteBanned
Handle
Security

The Verify Join Request node listens for join requests. If the world enabled a join verification system, this node will fire when a user tries to join this world, returning a collection of information that can be coded in a way (with the user's preference of how they want to handle these events) needed to determine if they should let the joining user into the world.

Outputs

Verify (AsyncCall)

Fires when a user is wanting to join the world.

UserID (Continuation)

The user ID that is wanting to join the world.

UserSessionID (Continuation)

The user session ID that the user is coming from.

MachineID (Continuation)

The user machine ID that is wanting to join the world.

Username (Continuation)

The username that is wanting to join the world.

HeadOutputDevice (Continuation)

The joining user's head output device.

Platform (Continuation)

The joining user's platform.

IsInvited (Continuation)

Returns if this joining user was invited.

IsContact (Continuation)

Returns if this joining user is in the host's contacts list.

IsInKioskMode (Continuation)

Returns if this joining user is in kiosk mode.

IsSpectatorBanned (Continuation)

Returns if this joining user was banned as a spectator.

IsMuteBanned (Continuation)

Returns if this joining user was banned and muted.

Handle (Continuation)

Returns this join request as a type.