@100mslive/react-sdk 0.0.3 → 0.0.4-alpha.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.
@@ -105,5 +105,5 @@ export declare function calculateLayoutSizes({ count, parentWidth, parentHeight,
105
105
  lastPageHeight: number;
106
106
  isLastPageDifferentFromFirstPage: boolean;
107
107
  };
108
- export declare const getVideoTracksFromPeers: (peers: HMSPeer[], tracks: Record<HMSTrackID, HMSTrack>, showScreenFn: (peer: HMSPeer) => boolean) => TrackWithPeer[];
108
+ export declare const getVideoTracksFromPeers: (peers: HMSPeer[], tracks: Record<HMSTrackID, HMSTrack>, showScreenFn: (peer: HMSPeer) => boolean, filterNonPublishingPeers?: boolean) => TrackWithPeer[];
109
109
  export {};
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.0.3",
7
+ "version": "0.0.4-alpha.3",
8
8
  "author": "100ms",
9
9
  "license": "MIT",
10
10
  "files": [
@@ -31,9 +31,9 @@
31
31
  "react": "^17.0.1"
32
32
  },
33
33
  "dependencies": {
34
- "@100mslive/hms-video-store": "0.2.86",
34
+ "@100mslive/hms-video-store": "0.2.87-alpha.2",
35
35
  "react-intersection-observer": "^8.33.1",
36
36
  "zustand": "^3.6.2"
37
37
  },
38
- "gitHead": "3c11cbc643af76c0ec6583ed6c8c3ae248be3d97"
38
+ "gitHead": "29b9edb15692b1d6e4123c9572927bd7dfdf97e7"
39
39
  }