namespace Hotline.Api.Realtimes
{
public static class RealtimeMethods
{
#region 通讯通知
///
/// 电话振铃通知
///
public static string Ring = "Ring";
///
/// 电话应答通知
///
public static string Answered = "Answered";
///
/// 电话挂断通知
///
public static string Bye = "Bye";
///
/// 小休审核通过通知
///
public static string RestApplyPass = "RestApplyPass";
///
/// 电话队列通知
///
public static string CallQueue = "CallQueue";
///
/// 回铃(去电)
///
public static string Alert = "Alert";
///
/// 话机空闲
///
public static string Idle = "Idle";
#endregion
#region 系统信息通知
///
/// 通知用户未读消息
///
public static string CircularRecord = "CircularRecord";
///
/// 工单补充消息通知
///
public static string OrderComplementRecord = "OrderComplementRecord";
#endregion
#region 大屏-数据展示
public static string BsDataShowArea1 = "BsDataShowArea1";
public static string BsDataShowArea2 = "BsDataShowArea2";
public static string BsDataShowArea3 = "BsDataShowArea3";
public static string BsDataShowArea4 = "BsDataShowArea4";
public static string BsDataShowArea5 = "BsDataShowArea5";
public static string BsDataShowArea6 = "BsDataShowArea6";
public static string BsDataShowArea7 = "BsDataShowArea7";
public static string BsDataShowArea8 = "BsDataShowArea8";
#endregion
#region 大屏-坐席数据
public static string BsSeatStateDataShowArea1 = "BsSeatStateDataShowArea1";
public static string BsSeatStateDataShowArea2 = "BsSeatStateDataShowArea2";
public static string BsSeatStateDataShowArea3 = "BsSeatStateDataShowArea3";
public static string BsSeatStateDataShowArea4 = "BsSeatStateDataShowArea4";
#endregion
#region 大屏数据
public static string OrderCountStatistics = "OrderCountStatistics";
public static string OrderHandlingDetail = "OrderHandlingDetail";
public static string OrderSecondaryHandlingDetail = "OrderSecondaryHandlingDetail";
public static string OrderSourePoliceDetail = "OrderSourePoliceDetail";
#endregion
#region 司法大屏
public static string EnforcementOrderHandlingDetail = "EnforcementOrderHandlingDetail";
#endregion
#region 话务排队信息
public static string ToDayWaitNum = "ToDayWaitNum";
public static string CurrentWaitNum = "CurrentWaitNum";
#endregion
}
}