livekit-client 1.2.6 → 1.2.7

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.
@@ -10357,7 +10357,7 @@ function computeBitrate(currentStats, prevStats) {
10357
10357
  return (bytesNow - bytesPrev) * 8 * 1000 / (currentStats.timestamp - prevStats.timestamp);
10358
10358
  }
10359
10359
 
10360
- var version$1 = "1.2.6";
10360
+ var version$1 = "1.2.7";
10361
10361
 
10362
10362
  const version = version$1;
10363
10363
  const protocolVersion = 8;
@@ -21766,9 +21766,9 @@ class Room extends events.exports.EventEmitter {
21766
21766
  if (this.connectFuture === this.reconnectFuture) {
21767
21767
  (_a = this.connectFuture) === null || _a === void 0 ? void 0 : _a.reject(undefined);
21768
21768
  this.connectFuture = undefined;
21769
- this.reconnectFuture = undefined;
21770
21769
  }
21771
21770
 
21771
+ this.reconnectFuture = undefined;
21772
21772
  this.participants.forEach(p => {
21773
21773
  p.tracks.forEach(pub => {
21774
21774
  p.unpublishTrack(pub.trackSid);