mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 21:16:48 +00:00
Figuring out where things are broke...
This commit is contained in:
parent
68f6cf95b9
commit
2b06672800
7 changed files with 28 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue