@stream-io/video-react-sdk 1.12.9 → 1.12.10

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/dist/index.es.js CHANGED
@@ -2680,7 +2680,7 @@ const LivestreamPlayer = (props) => {
2680
2680
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2681
2681
  };
2682
2682
 
2683
- const [major, minor, patch] = ("1.12.9").split('.');
2683
+ const [major, minor, patch] = ("1.12.10").split('.');
2684
2684
  setSdkInfo({
2685
2685
  type: SfuModels.SdkType.REACT,
2686
2686
  major,