mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
#753 Adds methods to build new room type
This commit is contained in:
parent
c4752b2ac2
commit
bfa48091d9
2 changed files with 9 additions and 2 deletions
|
|
@ -39,6 +39,10 @@ namespace PepperDash.Essentials.Room.Config
|
|||
{
|
||||
return new EssentialsDualDisplayRoom(roomConfig);
|
||||
}
|
||||
if (typeName == "combinedhuddlevtc1")
|
||||
{
|
||||
return new EssentialsCombinedHuddleVtc1Room(roomConfig);
|
||||
}
|
||||
|
||||
return typeName != "techroom" ? null : new EssentialsTechRoom(roomConfig);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue