简体   繁体   English

如何将Linphone集成到IOS Swift中-开发iOS 7/8

[英]How to integrate Linphone into IOS Swift - Developing iOS 7 / 8

I'm new to iOS Development but I know C#, Python and Java. 我是iOS开发的新手,但我知道C#,Python和Java。 I'm looking to integrate Linphone into IOS project via Swift programming language. 我希望通过Swift编程语言将Linphone集成到IOS项目中。

I found a build of Linphone with all security features enabled at: https://github.com/guardianproject/linphone-ios-secure 我在以下位置找到了启用了所有安全功能的Linphone的版本: https : //github.com/guardianproject/linphone-ios-secure

I build and ran the hello-world with no errors but nothing came up in the simulator. 我构建并运行了hello-world,没有任何错误,但是模拟器中没有出现任何问题。

What is the best way to start my project, I've created my storyboard to pass by configuration for my SIP account. 启动项目的最佳方法是什么,我创建了情节提要以通过SIP帐户的配置进行传递。 I include all Lib's and h files in my build setting and it compile with no errors. 我在构建设置中包含了所有Lib和h文件,并且编译时没有错误。

My goal is to programmatically place a video call using Linphone. 我的目标是使用Linphone以编程方式进行视频通话。

Does anyone have a sample Swift or Objective-C XCode 6 project or code snippet? 是否有人有示例Swift或Objective-C XCode 6项目或代码片段?

Thanks in advance!!!!! 提前致谢!!!!! Stan 斯坦

I've created a example Swift project on github which is using linphone SDK. 我已经在使用linphone SDK的github上创建了一个示例Swift项目。 The main idea is to create Swift <-> Objective-C bridge. 主要思想是创建Swift <-> Objective-C桥。

https://github.com/basefx/linphone-swift https://github.com/basefx/linphone-swift

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM