livekit-client 2.15.1 → 2.15.2

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.
@@ -11364,7 +11364,7 @@ function getOSVersion(ua) {
11364
11364
  return ua.includes('mac os') ? getMatch(/\(.+?(\d+_\d+(:?_\d+)?)/, ua, 1).replace(/_/g, '.') : undefined;
11365
11365
  }
11366
11366
 
11367
- var version$1 = "2.15.1";
11367
+ var version$1 = "2.15.2";
11368
11368
 
11369
11369
  const version = version$1;
11370
11370
  const protocolVersion = 16;
@@ -20761,7 +20761,6 @@ class LocalParticipant extends Participant {
20761
20761
  }
20762
20762
  });
20763
20763
  this.engine.on(EngineEvent.Connected, this.handleReconnected).on(EngineEvent.SignalConnected, this.handleSignalConnected).on(EngineEvent.SignalRestarted, this.handleReconnected).on(EngineEvent.SignalResumed, this.handleReconnected).on(EngineEvent.Restarting, this.handleReconnecting).on(EngineEvent.Resuming, this.handleReconnecting).on(EngineEvent.LocalTrackUnpublished, this.handleLocalTrackUnpublished).on(EngineEvent.SubscribedQualityUpdate, this.handleSubscribedQualityUpdate).on(EngineEvent.Disconnected, this.handleDisconnected).on(EngineEvent.SignalRequestResponse, this.handleSignalRequestResponse).on(EngineEvent.DataPacketReceived, this.handleDataPacket);
20764
- this.signalConnectedFuture = undefined;
20765
20764
  }
20766
20765
  /**
20767
20766
  * Sets and updates the metadata of the local participant.