@signalwire/js 4.0.0-dev-20260430003639 → 4.0.0-dev-20260503235343

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.
package/dist/browser.mjs CHANGED
@@ -15256,6 +15256,8 @@ var LocalStreamController = class extends Destroyable {
15256
15256
  logger$18.debug("[LocalStreamController] User media obtained:", stream);
15257
15257
  }
15258
15258
  this._localStream$.next(stream);
15259
+ this._localAudioTracks$.next(stream.getAudioTracks());
15260
+ this._localVideoTracks$.next(stream.getVideoTracks());
15259
15261
  return stream;
15260
15262
  }
15261
15263
  /**