@babblevoice/babble-drachtio-callmanager 3.6.14 → 3.6.15

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/sdp.js +1 -1
  2. package/package.json +1 -1
package/lib/sdp.js CHANGED
@@ -739,7 +739,7 @@ class sdp {
739
739
  }
740
740
 
741
741
  /** only return selected */
742
- if( this.#selected ) {
742
+ if( undefined !== this.#selected ) {
743
743
  co.media.forEach( ( media ) => {
744
744
  media.rtp = media.rtp.filter( item => [ this.#selected, rfc2833 ].includes( item.payload ))
745
745
  media.fmtp = media.fmtp.filter( item => [ this.#selected, rfc2833 ].includes( item.payload ))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babblevoice/babble-drachtio-callmanager",
3
- "version": "3.6.14",
3
+ "version": "3.6.15",
4
4
  "description": "Call processing to create a PBX",
5
5
  "main": "index.js",
6
6
  "scripts": {