livekit-client 1.6.9 → 1.7.0

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.
@@ -13940,7 +13940,7 @@ var uaParser = {
13940
13940
  })(uaParser, uaParserExports);
13941
13941
  var UAParser = uaParserExports;
13942
13942
 
13943
- var version$1 = "1.6.9";
13943
+ var version$1 = "1.7.0";
13944
13944
 
13945
13945
  const version = version$1;
13946
13946
  const protocolVersion = 9;
@@ -16778,9 +16778,6 @@ class Participant extends eventsExports.EventEmitter {
16778
16778
  * @returns
16779
16779
  */
16780
16780
  getTrack(source) {
16781
- if (source === Track.Source.Unknown) {
16782
- return;
16783
- }
16784
16781
  for (const [, pub] of this.tracks) {
16785
16782
  if (pub.source === source) {
16786
16783
  return pub;