| | |
| | | #if __IOS__ |
| | | //自研可视对讲 |
| | | HDLLinPhoneSDK.Instance().GotoHDLSRLinphoneIntercomVC(mHDLCallVideoInfo.DeviceName,mHDLCallVideoInfo.DeviceSipAccount); |
| | | #else |
| | | var intent = new Intent(Shared.Application.Activity, typeof(Com.Hdl.Hdllinphonesdk.Activity.HDLLinphoneReverseCallActivity)); |
| | | if (mHDLCallVideoInfo != null) |
| | | { |
| | | //intent.PutExtra(HDLLinphoneKit.KeyTitleName, mHDLCallVideoInfo.DeviceName); |
| | | intent.PutExtra("lpTitleName", mHDLCallVideoInfo.DeviceName); |
| | | intent.PutExtra("lpSipAccount", mHDLCallVideoInfo.DeviceSipAccount); |
| | | } |
| | | Shared.Application.Activity.StartActivity(intent); |
| | | #endif |
| | | } |
| | | else { |