Browse Source

老版本超声机,添加是否支持合流等参数

Jeremy 1 year ago
parent
commit
bdf072947a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Interfaces/Cache/IDeviceInfosManager.cs

+ 6 - 0
Interfaces/Cache/IDeviceInfosManager.cs

@@ -171,6 +171,12 @@ namespace WingServerCommon.Interfaces.Cache
         /// <value></value>
         public bool LiveOpened { get; set; }
 
+        /// <summary>
+        /// 是否支持Rtc
+        /// </summary>
+        /// <value></value>
+        public bool SupportRtc { get; set; }
+
         /// <summary>
         /// 设备展示名称
         /// </summary>