0.0.2 • Published 1 year ago

pjsua v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

pjsua.node - A pjsua for nodejs Build Status

The pjsua.node is a TypeScript library which provides Pjsua2 on nodejs.

Layers of the library

Layers of nodejs moduleDescription
Your Apps
this moduleA simple pjsua2 for nodejs
sipster.tsTypeScript wrapper for the sipster
mscdec/sipsterJavascript wrapper for the pjsip
pjsipPjsip native library

Documents

Requirements

  • Pjsip native library (>= 2.4.5) which must be installed beforehand,
  • Build essentials, pkg-config, python and node-gyp to build mscdec/sipster.

Install

  • npm install --save minoruta/pjsua.node

Test

Debug

  • DEBUG=PJSUA:* npm test to enable debug log
  • PJSUA_LOGLEVEL=6 npm test to set log level of pjsip

Build

  • npm run build

Make docs

  • npm run docs

References

License & Copyright