livekit-client 1.0.2 → 1.0.3
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.
@@ -10058,7 +10058,7 @@ function computeBitrate(currentStats, prevStats) {
|
|
10058
10058
|
return (bytesNow - bytesPrev) * 8 * 1000 / (currentStats.timestamp - prevStats.timestamp);
|
10059
10059
|
}
|
10060
10060
|
|
10061
|
-
var version$1 = "1.0.
|
10061
|
+
var version$1 = "1.0.3";
|
10062
10062
|
|
10063
10063
|
const version = version$1;
|
10064
10064
|
const protocolVersion = 8;
|