@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/index.cjs CHANGED
@@ -4744,6 +4744,8 @@ var LocalStreamController = class extends Destroyable {
4744
4744
  logger$18.debug("[LocalStreamController] User media obtained:", stream);
4745
4745
  }
4746
4746
  this._localStream$.next(stream);
4747
+ this._localAudioTracks$.next(stream.getAudioTracks());
4748
+ this._localVideoTracks$.next(stream.getVideoTracks());
4747
4749
  return stream;
4748
4750
  }
4749
4751
  /**