Construct Room
Allocates a new ODIN Room instance. This object maintains the connection to the server and manages peers and media. Note: This node only creates the object in memory; it does NOT initiate the connection. You must call specifically 'Connect Room' on the returned object to join a room.
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | object | The constructed room object. |