mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
fixing cisco class
This commit is contained in:
parent
64c233e36b
commit
d18a099fe4
2 changed files with 2 additions and 8 deletions
|
|
@ -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 }
|
||||
}
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue