I am trying to make an SIP based application running on Adobe AIR using Flex. Can I use the PJSIP library written in C for my Flex project?

有帮助吗?

解决方案

Yes, you can by using AIR native extensions. Quoting the introduction:

Native Extensions for Adobe AIR are code libraries that contain native code wrapped with an ActionScript API. You can use native extensions in an AIR application to access platform features not supported by AIR, to benefit from native-code-level performance for critical algorithms, and to reuse existing native code libraries.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top