chenqiyang
2024-07-17 be56723cce4cd60ddc144ebe6ac20607675b3006
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);