Skip to main content

On Peer Joined

On Peer Joined

Called whenever a peer joins the room. Connect a Bind to On Peer Joined delegate node to handle this event for the specified room.

Inputs

NameTypeDescription
DelegatedelegateBind to a Bind to On Peer Joined delegate node to get this event triggered once a peer has joined the room.

Outputs

NameTypeDescription
Execexec
Peer IdintegerThe id of the peer that joined the room. This is the self peer id, i.e. the peer id of the local player.
User DataarrayThe user data of the peer as an array of bytes
RoomobjectThe Room object reference for which the event was triggered.