Implement VOIP in iPhone and iPad

独自空忆成欢 提交于 2019-12-21 05:22:20

问题


Does anybody is aware of implementing VOIP feature in iPhone and iPad.

The things for which i need clarity is,

  1. By using which third party library/protocol can I implement this feature? Or is there any in built classed available in objective-c which I can make use of?

  2. Is there any Apple store accepted iPhone application which uses VOIP implementation? If so where can I get implementation details of it.

  3. This is a generic question. Can we use any third party's in our iPhone application or do we need to get any special permission from Apple reg the usage of third party's used.

Please let me know if needed more details reg this.


回答1:


pjsip library has been ported to iPhone. Checkout pjsip.org




回答2:


1.Yes you can implement using third party libraries like pjsip and linphone which provides example source code also.

2.Apple will not reject VOIP apps Check this iPhone app Links

https://itunes.apple.com/in/app/dial91-voip/id445578908?mt=8 https://itunes.apple.com/us/app/linphone/id360065638

3.I think no need to take permission from apple to use third party.



来源:https://stackoverflow.com/questions/2880663/implement-voip-in-iphone-and-ipad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!