@100mslive/react-sdk 0.8.2 → 0.8.3-alpha.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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
- "version": "0.8.2",
7
+ "version": "0.8.3-alpha.0",
8
8
  "author": "100ms",
9
9
  "license": "MIT",
10
10
  "files": [
@@ -36,9 +36,9 @@
36
36
  "react": ">=16.8 <19.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "@100mslive/hms-video-store": "0.10.2",
39
+ "@100mslive/hms-video-store": "0.10.3-alpha.0",
40
40
  "react-resize-detector": "^7.0.0",
41
41
  "zustand": "^3.6.2"
42
42
  },
43
- "gitHead": "4e000fbf8980a6815e2b0c50e0b287472ee22fd5"
43
+ "gitHead": "507e6fa6fedc3287c5722bf644bd76de92f5dfd8"
44
44
  }
@@ -41,7 +41,7 @@ export interface usePreviewInput {
41
41
  captureNetworkQualityInPreview?: boolean;
42
42
  asRole?: string;
43
43
  /**
44
- * if this flag is enabled, the sdk takes care of unsubscribing to the video when it goes out of view.
44
+ * if this flag is enabled, the SDK takes care of unsubscribing to the video when it goes out of view.
45
45
  * Additionally if simulcast is enabled, it takes care of auto managing simulcast layers based on the
46
46
  * dimensions of the video element to conserve bandwidth.
47
47
  */