@stream-io/video-react-sdk 1.11.10 → 1.12.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/dist/index.es.js CHANGED
@@ -2639,7 +2639,7 @@ const LivestreamPlayer = (props) => {
2639
2639
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2640
2640
  };
2641
2641
 
2642
- const [major, minor, patch] = ("1.11.10").split('.');
2642
+ const [major, minor, patch] = ("1.12.0").split('.');
2643
2643
  setSdkInfo({
2644
2644
  type: SfuModels.SdkType.REACT,
2645
2645
  major,