Merge branch 'development' into feature/zoom-room-feature-add

This commit is contained in:
Andrew Welker
2020-09-30 17:05:17 -06:00
4 changed files with 72 additions and 118 deletions

View File

@@ -2103,6 +2103,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
public override EssentialsDevice BuildDevice(DeviceConfig dc)
{
Debug.Console(1, "Factory Attempting to create new Cisco Codec Device");
var comm = CommFactory.CreateCommForDevice(dc);
return new VideoCodec.Cisco.CiscoSparkCodec(dc, comm);
}