0.1.1 • Published 4 years ago

jambonz-rtpengine-utils v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

0.1.0

4 years ago

0.0.12

4 years ago

0.0.14

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago