OdinHandler.GetRoom
public Room GetRoom(string id)
Gets the room object from Odin
Parameters
Name | Type | Description |
---|---|---|
id | String | Room identifier e.g name or token |
Returns
Type | Description |
---|---|
Room | Room or null |
public Room GetRoom(string id)
Gets the room object from Odin
Name | Type | Description |
---|---|---|
id | String | Room identifier e.g name or token |
Type | Description |
---|---|
Room | Room or null |