Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
500 views
in Technique[技术] by (71.8m points)

objective c - How to integrate Linphone into an existing project (SIP in IOS)

I am looking for integrate Linphone library in my ios project. And I dont find tutorial to help me. This project offers very little documentation, but seems to work well.

  • For information, here is the project page which provides its open source code :

    Linphone open source code

  • 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).

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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.

Source link https://docs.google.com/uc?id=0B0DwszanZcPhV0doNm5rMHdWa28&export=download


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...