HDL_ON/Common/HDLCommon.cs
@@ -342,9 +342,14 @@
                            {
                                if (json["spk"].ToString() == "door.gate")
                                {
                                    //new PublicAssmebly().TipLinphoneCall("\""+ eSVideoInfo.DeviceName + "\"呼叫", eSVideoInfo);
#if __IOS__
                                    eSVideoInfo.spk = json["spk"].ToString();
                                    HDLLinphone.Current.ShowESVideoIntercom(eSVideoInfo, false);
#else
                                    new PublicAssmebly().TipLinphoneCall("\""+ eSVideoInfo.DeviceName + "\"呼叫", eSVideoInfo);
                                    //HDLLinphone.Current.ShowESVideoIntercom(eSVideoInfo,true);
#endif
                                    return;
                                }
                                else