livekit-client 2.7.1 → 2.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -11119,7 +11119,7 @@ function getOSVersion(ua) {
11119
11119
  return ua.includes('mac os') ? getMatch(/\(.+?(\d+_\d+(:?_\d+)?)/, ua, 1).replace(/_/g, '.') : undefined;
11120
11120
  }
11121
11121
 
11122
- var version$1 = "2.7.1";
11122
+ var version$1 = "2.7.2";
11123
11123
 
11124
11124
  const version = version$1;
11125
11125
  const protocolVersion = 15;
@@ -20658,7 +20658,7 @@ class LocalParticipant extends Participant {
20658
20658
  if (publishPromiseEntry) {
20659
20659
  return publishPromiseEntry[1];
20660
20660
  }
20661
- sleep(20);
20661
+ yield sleep(20);
20662
20662
  }
20663
20663
  throw new Error('waiting for pending publication promise timed out');
20664
20664
  });