namespace Vinno.vCloud.Common.FIS.LiveVideos { public enum LiveVideoStatus { Unknown = -1, //Unknown status, depends the handler. Success, //Status Success InvalidTerminalId, //The requested terminal's id is not this terminal/ NoVideoInputDevice, // There is not video input device. VideoInputDeviceIoError, // the video device can not be opened. PushFailed, //Can not push video stream to the given url. DeviceIsInSetting // User is setting video device. } }