@stream-io/video-react-sdk 1.2.21 → 1.3.0-rc.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
@@ -2604,7 +2604,7 @@ const LivestreamPlayer = (props) => {
2604
2604
  return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
2605
2605
  };
2606
2606
 
2607
- const [major, minor, patch] = ("1.2.21" ).split('.');
2607
+ const [major, minor, patch] = ("1.3.0-rc.0" ).split('.');
2608
2608
  setSdkInfo({
2609
2609
  type: SfuModels.SdkType.REACT,
2610
2610
  major,