livekit-client 2.1.4 → 2.1.5

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.
@@ -10505,7 +10505,7 @@ function getOSVersion(ua) {
10505
10505
  return ua.includes('mac os') ? getMatch(/\(.+?(\d+_\d+(:?_\d+)?)/, ua, 1).replace(/_/g, '.') : undefined;
10506
10506
  }
10507
10507
 
10508
- var version$1 = "2.1.4";
10508
+ var version$1 = "2.1.5";
10509
10509
 
10510
10510
  const version = version$1;
10511
10511
  const protocolVersion = 13;
@@ -15311,6 +15311,9 @@ function getDefaultDegradationPreference(track) {
15311
15311
 
15312
15312
  const refreshSubscribedCodecAfterNewCodec = 5000;
15313
15313
  class LocalVideoTrack extends LocalTrack {
15314
+ get sender() {
15315
+ return this._sender;
15316
+ }
15314
15317
  set sender(sender) {
15315
15318
  this._sender = sender;
15316
15319
  if (this.degradationPreference) {