livekit-client 1.1.0 → 1.1.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.
@@ -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.1.0";
10061
+ var version$1 = "1.1.1";
10062
10062
 
10063
10063
  const version = version$1;
10064
10064
  const protocolVersion = 8;
@@ -12364,7 +12364,7 @@ class HTMLElementInfo {
12364
12364
  }
12365
12365
 
12366
12366
  height() {
12367
- return this.element.clientWidth;
12367
+ return this.element.clientHeight;
12368
12368
  }
12369
12369
 
12370
12370
  observe() {