Figuring out where things are broke...

This commit is contained in:
Andrew Welker
2020-07-17 23:09:50 -06:00
parent 68f6cf95b9
commit 2b06672800
7 changed files with 28 additions and 8 deletions

View File

@@ -287,7 +287,7 @@ namespace PepperDash.Essentials
avDriver.SetVideoCodecDriver(codecDriver);
avDriver.DefaultRoomKey = props.DefaultRoomKey;
mainDriver.AvDriver = avDriver;
avDriver.CurrentRoom = room as EssentialsHuddleVtc1Room;
avDriver.CurrentRoom = room as EssentialsDualDisplayRoom;
// Environment Driver
if (avDriver.CurrentRoom.PropertiesConfig.Environment != null && avDriver.CurrentRoom.PropertiesConfig.Environment.DeviceKeys.Count > 0)