@babblevoice/projectrtp 2.3.6 → 2.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +4 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -468,6 +468,10 @@ class projectrtp {
468
468
  else chan.id = uuidv4()
469
469
 
470
470
  chan.uuid = uuidv4()
471
+
472
+ /* ensure we are identicle to the node version of this object */
473
+ chan.openchannel = this.openchannel.bind( this )
474
+
471
475
  return chan
472
476
  }
473
477
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/projectrtp",
3
- "version": "2.3.6",
3
+ "version": "2.3.7",
4
4
  "description": "A scalable Node addon RTP server",
5
5
  "main": "index.js",
6
6
  "directories": {