Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top