0.1.1 • Published 5 years ago

jambonz-rtpengine-utils v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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 */
  }
*/
0.1.1

5 years ago

0.1.0

5 years ago

0.0.12

5 years ago

0.0.14

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.4

5 years ago

0.0.1

5 years ago