问题描述
我要寻找我的IOS项目集成Linphone会库。而且我不找教程,以帮助我。这个项目提供了很少的文档,但似乎运作良好。
-
有关的信息,下面是该项目页面,提供其开源$ C $ C:
For information, here is the project page which provides its open source code :
我已经按照所有的步骤,这项工作非常出色编译的源代码,但下一步是code的一部分,在使用SIP层我个人的iPhone项目集成,带音频的管理和视频。
I already compiled sources by following all steps and this work very well, But the next step is to integrate a part of code in my personal iPhone project for use SIP layer, with the management of audio and video.
在我的利用的情况下,也不会成为用户,但如果需要的话,它会自动调用应用程序(我的项目是用于家庭自动化系统)。
In the case of my use, it will not be the user but the application that will automatically call if needed (my project is for home automation system).
该Linphone会应用似乎很复杂,集成到其他projets,因为有很多库,包括和批次的配置...
The Linphone application seems very complex to integrate into other projets, because there is a lot of library to include and lot of configurations ...
我还没有发现在互联网上的例子,我承认我不知道从哪里没有帮助启动,没有办法做到一体化。
I have not found any examples on the internet and I confess I do not know where to start without help, without a way to do the integration.
因此,如果您有任何来源(教程),可以帮助我,或者如果你曾经经历过这个库的整合,这举行了我很大的帮助。的
So if you have any source (tutorial) that can help me or if you have ever experienced to integrate this library, this held me a very great help.
感谢您的时间; P
推荐答案
当你建立Linphone会你已经有集成这些库一个X code ++项目。你可以开始检查这一点。
正如你会发现有一个叫做LinphoneManager管理该应用程序使用Linphone会图书馆的路上类(你可以看到它作为一个外观)。
所以,如果你想Linphone会在自己的项目整合,你必须包括 Linphone会-SDK /苹果达尔文/包含和 Linphone会-SDK /苹果达尔文/ lib目录即可。
祝你好运。
When you build linphone you already have a Xcode project that integrates those libraries. You can start inspecting this.As you will notice there is a class called LinphoneManager that manages the way the application uses linphone libraries (you can see it as a façade).So if you want to integrate linphone in your own project you will have to include linphone-sdk/apple-darwin/include and linphone-sdk/apple-darwin/lib.Good luck.
源链接
的
这篇关于如何Linphone会集成到现有的项目(在IOS SIP)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!