@babblevoice/projectrtp 2.5.30 → 2.5.31

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/lib/server.js +2 -0
  2. package/package.json +1 -1
package/lib/server.js CHANGED
@@ -229,6 +229,8 @@ class channel {
229
229
 
230
230
  channels.set( newchannel.id, newchannel )
231
231
 
232
+ newchannel.channels = [ newchannel ]
233
+
232
234
  return newchannel
233
235
  }
234
236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/projectrtp",
3
- "version": "2.5.30",
3
+ "version": "2.5.31",
4
4
  "description": "A scalable Node addon RTP server",
5
5
  "main": "index.js",
6
6
  "directories": {