On Room Joined

Handles Room Joined events which are called once the local user has successfully joined a room. Connect a
Inputs
| Name | Type | Description |
|---|---|---|
| Delegate | delegate | Call the |
Outputs
| Name | Type | Description |
|---|---|---|
| Exec | exec | |
| Peer Id | integer | The id of the peer that joined the room. This is the self peer id, i.e. the peer id of the local player. This peer id is only valid in the context of this room! |
| Room User Data | array | The user data stored in the room for the peer as an array of bytes. |
| Room | object | The Odin Room to which the peer joined. |