RealtimeGroupNames.cs 425 B

123456789101112
  1. namespace Hotline.Api.Realtimes
  2. {
  3. public class RealtimeGroupNames
  4. {
  5. public const string CallCenter = "CallCenter";
  6. public const string BigScreenDataShow = "BigScreen-DataShow";
  7. public const string BigScreenSeatState = "BigScreen-SeatState";
  8. public const string BigDataScreen = "BigData-Screen";
  9. public const string EnforcementBigDataScreen = "BigData-Enforcement";
  10. }
  11. }