livekit-client 2.7.1 → 2.7.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.
package/package.json
CHANGED
@@ -2027,7 +2027,7 @@ export default class LocalParticipant extends Participant {
|
|
2027
2027
|
if (publishPromiseEntry) {
|
2028
2028
|
return publishPromiseEntry[1];
|
2029
2029
|
}
|
2030
|
-
sleep(20);
|
2030
|
+
await sleep(20);
|
2031
2031
|
}
|
2032
2032
|
throw new Error('waiting for pending publication promise timed out');
|
2033
2033
|
}
|