livekit-client 0.18.0 → 0.18.1

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.
@@ -8710,7 +8710,7 @@ class DeviceManager {
8710
8710
  }
8711
8711
  DeviceManager.mediaDeviceKinds = ['audioinput', 'audiooutput', 'videoinput'];
8712
8712
 
8713
- const version = '0.18.0';
8713
+ const version = '0.18.1';
8714
8714
  const protocolVersion = 7;
8715
8715
 
8716
8716
  const separator = '|';
@@ -11786,8 +11786,8 @@ class LocalParticipant extends Participant {
11786
11786
  this.videoTracks.delete(publication.trackSid);
11787
11787
  break;
11788
11788
  }
11789
- publication.setTrack(undefined);
11790
11789
  this.emit(ParticipantEvent.LocalTrackUnpublished, publication);
11790
+ publication.setTrack(undefined);
11791
11791
  return publication;
11792
11792
  }
11793
11793
  unpublishTracks(tracks) {