Native node module for pjsua2 library
- swig. maps the binding definition into a C++ file for the native javascript bindings. For the moment use
https://github.com/mmomtchev/swig.git
. clone, autoconf.sh, configure, make, make install - node. 20+ recommended
- node-gyp. This builds the native bindings.
npm install -g node-gyp
node-gyp rebuild
npm run test