jambonz-rtpengine-utils

0.1.1 • Public • Published

jambonz-rtpengine-utils

Usage

const {getRtpEngine} = require('jambonz-rtpengine-utils')(['10.10.0.1:2222', '10.10.02:2222']);
const obj = getRtpEngine(logger):
/*
  obj is {
    offer:    /* bound function that calls 'offer' on least loaded rtpengine */
    answer:   /* ditto answer.. */
    del:      /* ditto delete.. */
    client:   /* rtpengine client that will be used for sending commands */
  }
*/

Readme

Keywords

Package Sidebar

Install

npm i jambonz-rtpengine-utils

Weekly Downloads

18

Version

0.1.1

License

MIT

Unpacked Size

8.28 kB

Total Files

5

Last publish

Collaborators

  • beachdog