Exec | exec | |
Room | object | Connect the Room instance created by the Construct local room handle node. This room handle will later be used to handle events. |
Url | string | The url to the ODIN gateway. Typically this is https://gateway.odin.4players.io . |
Token | string | The token you created with the Generate Room Token node. |
Initial Peer User Data | array | User data can be anything and will be associated with the user (peer) on ODIN servers. User Data is automatically synchronized with other users in the same ODIN room. This enables you to easily exchange data like names or IDs. |
Initial Peer Position | vector | The initial peer position in Odin's space. This value is used to optimize audio streams by not streaming audio data to peer's that are outside of hearing range. Please refer to the Update Peer Position node for more information and to update the position later on. |
On Error | delegate | Delegate to handle errors while joining a room. Most of the time, an error will occur when the room token is invalid or the room is full. |
On Success | delegate | Called when the room has been successfully joined. |