fixing cisco class

This commit is contained in:
Andrew Welker
2020-11-19 10:00:20 -07:00
parent 64c233e36b
commit d18a099fe4
2 changed files with 2 additions and 8 deletions

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using PepperDash.Essentials.Core;
using PepperDash.Essentials.Devices.Common.VideoCodec.Cisco;
namespace PepperDash.Essentials.Devices.Common.Codec
{
@@ -19,4 +13,6 @@ namespace PepperDash.Essentials.Devices.Common.Codec
Action<string, string> RunRouteAction { set;}
}
public enum eExternalSourceType { camera, desktop, document_camera, mediaplayer, PC, whiteboard, other }
public enum eExternalSourceMode { Ready, NotReady, Hidden, Error }
}

View File

@@ -25,8 +25,6 @@ using PepperDash.Essentials.Devices.Core.VideoCodec;
namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
{
enum eCommandType { SessionStart, SessionEnd, Command, GetStatus, GetConfiguration };
public enum eExternalSourceType {camera, desktop, document_camera, mediaplayer, PC, whiteboard, other}
public enum eExternalSourceMode {Ready, NotReady, Hidden, Error}
public class CiscoSparkCodec : VideoCodecBase, IHasCallHistory, IHasCallFavorites, IHasDirectory,
IHasScheduleAwareness, IOccupancyStatusProvider, IHasCodecLayouts, IHasCodecSelfView,