0.1.1 • Published 6 years ago

jambonz-rtpengine-utils v0.1.1

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

6 years ago

0.1.0

6 years ago

0.0.12

6 years ago

0.0.14

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.4

6 years ago

0.0.1

6 years ago