#451 Fix namespace issues

This commit is contained in:
Andrew Welker
2021-02-18 13:03:23 -07:00
parent 2dfd647f63
commit 4ab3cdb1ff
21 changed files with 1759 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ using PepperDash.Essentials.Room.Config;
using PepperDash.Essentials.Devices.Common.Codec;
using PepperDash.Essentials.Devices.Common.VideoCodec;
using PepperDash.Essentials.Devices.Common.AudioCodec;
using PepperDash_Essentials_Core.DeviceTypeInterfaces;
using PepperDash.Essentials.Core.DeviceTypeInterfaces;
namespace PepperDash.Essentials
{