HDL_ON/DAL/ThirdPartySdk/HDLLinphone.cs
@@ -242,9 +242,22 @@ { Application.RunOnMainThread(() => { try { InitLinphone(); } catch (Exception ex) { MainPage.Log($"InitLinphone exception : {ex.Message}"); } mHDLSipInfo.homeId = mHDLCallVideoInfo.HomeId; try { SetAccountAndLogin(mHDLSipInfo, mHDLCallVideoInfo.InterphoneType); } catch (Exception ex) { MainPage.Log($"SetAccountAndLogin exception : {ex.Message}"); } Utlis.WriteLine("CALL 获取SIP账号成功:" + mHDLSipInfo.sipAccount); }); }