Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/ApiDefinition.cs
@@ -91,6 +91,10 @@ [Export("callWithUserName:title:")] void CallWithUserName(string username, string title); // -(void)callHDLSRWithUserName:(NSString*)username title:(NSString *)title; [Export("callHDLSRWithUserName:title:")] void CallHDLSRWithUserName(string username, string title); // -(void)gotoHDLLinphoneIntercomVC:(NSString *)titleName; [Export("gotoHDLLinphoneIntercomVC:")] void GotoHDLLinphoneIntercomVC(string titleName);