Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top