wxr
2024-08-06 c2cae389c932a9ab2c03d67d0276376655f26343
HDL_ON/Entity/DB_ResidenceData.cs
@@ -513,5 +513,17 @@
        /// </summary>
        public bool CheckGPS_IsFirst = true;
        /// <summary>
        /// 可视对讲连接方式
        /// TCP/UDP
        /// </summary>
        public LinphoneConnectType linphoneConnectType = LinphoneConnectType.UDP;
    }
    public enum LinphoneConnectType
    {
        UDP,
        TCP,
    }
}